Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Harris <paul.harris@consensys.net>
  • Loading branch information
rolfyone committed Oct 21, 2024
1 parent 24464d2 commit c28a476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private <T extends SszData> void postRequestAndAssert(
JsonUtil.serialize(request, signedBlockContainerSchema.getJsonTypeDefinition()),
params,
versionHeader)) {
assertThat(response.code()).isEqualTo(SC_OK);
assertThat(response.code()).isEqualTo(SC_OK);
}
}
}
Expand Down

0 comments on commit c28a476

Please sign in to comment.