Skip to content

Commit

Permalink
fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 4, 2024
1 parent f5712e6 commit 086f8fd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,7 @@ public void publishesBlindedBlockOnlyToTheBeaconNodeWhichCreatedIt() {

final ValidatorApiChannelRequest<SendSignedBlockResult> publishingRequest =
apiChannel ->
apiChannel.sendSignedBlock(
blindedSignedBlock, BroadcastValidationLevel.NOT_REQUIRED);
apiChannel.sendSignedBlock(blindedSignedBlock, BroadcastValidationLevel.NOT_REQUIRED);

setupSuccesses(
publishingRequest,
Expand Down

0 comments on commit 086f8fd

Please sign in to comment.