Skip to content

Commit 086f8fd

Browse files
fix spotless
1 parent f5712e6 commit 086f8fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

validator/remote/src/test/java/tech/pegasys/teku/validator/remote/FailoverValidatorApiHandlerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,7 @@ public void publishesBlindedBlockOnlyToTheBeaconNodeWhichCreatedIt() {
596596

597597
final ValidatorApiChannelRequest<SendSignedBlockResult> publishingRequest =
598598
apiChannel ->
599-
apiChannel.sendSignedBlock(
600-
blindedSignedBlock, BroadcastValidationLevel.NOT_REQUIRED);
599+
apiChannel.sendSignedBlock(blindedSignedBlock, BroadcastValidationLevel.NOT_REQUIRED);
601600

602601
setupSuccesses(
603602
publishingRequest,

0 commit comments

Comments
 (0)