Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Nov 7, 2024
1 parent a0d9658 commit 20225aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ public static SchemaRegistryBuilder create() {

private static SchemaProvider<?> createSingleAttestationSchemaProvider() {
return constantProviderBuilder(SINGLE_ATTESTATION_SCHEMA)
.withCreator(ELECTRA, (registry, specConfig) -> new SingleAttestationSchema())
.build();
.withCreator(ELECTRA, (registry, specConfig) -> new SingleAttestationSchema())
.build();
}

private static SchemaProvider<?> createBlobsBundleSchemaProvider() {
Expand Down

0 comments on commit 20225aa

Please sign in to comment.