Skip to content

Commit 8621eb9

Browse files
committed
Fmt
1 parent 65c2669 commit 8621eb9

File tree

1 file changed

+1
-4
lines changed
  • testing/web3signer_tests/src

1 file changed

+1
-4
lines changed

testing/web3signer_tests/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,10 +553,7 @@ mod tests {
553553
web3signer_should_sign: bool,
554554
) -> Self
555555
where
556-
F: Fn(
557-
PublicKeyBytes,
558-
Arc<LighthouseValidatorStore<TestingSlotClock, E>>,
559-
) -> R,
556+
F: Fn(PublicKeyBytes, Arc<LighthouseValidatorStore<TestingSlotClock, E>>) -> R,
560557
R: Future<Output = Result<Vec<Attestation<E>>, lighthouse_validator_store::Error>>,
561558
{
562559
for validator_rig in &self.validator_rigs {

0 commit comments

Comments
 (0)