Fix cargo fmt error
It's a rookie mistake and you hate to see it
This commit is contained in:
parent
299e6a0f89
commit
ca0849edc5
@ -119,8 +119,7 @@ impl<T: SlotClock, U: BeaconNode, V: DutiesReader, W: Signer> Attester<T, U, V,
|
|||||||
validator_index,
|
validator_index,
|
||||||
};
|
};
|
||||||
|
|
||||||
self.beacon_node
|
self.beacon_node.publish_attestation(free_attestation)?;
|
||||||
.publish_attestation(free_attestation)?;
|
|
||||||
Ok(PollOutcome::AttestationProduced(slot))
|
Ok(PollOutcome::AttestationProduced(slot))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user