Skip to content

Commit

Permalink
nit new line
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 30, 2024
1 parent 2cdcab6 commit 41abded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import tech.pegasys.teku.bls.BLSPublicKey;

class BLSPublicKeyDeserializer extends JsonDeserializer<BLSPublicKey> {

@Override
public BLSPublicKey deserialize(final JsonParser p, final DeserializationContext ctxt)
throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import tech.pegasys.teku.bls.BLSPublicKey;

class BLSPublicKeySerializer extends JsonSerializer<BLSPublicKey> {

@Override
public void serialize(
final BLSPublicKey value, final JsonGenerator gen, final SerializerProvider serializers)
Expand Down

0 comments on commit 41abded

Please sign in to comment.