mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Fix cargo fmt error
It's a rookie mistake and you hate to see it
This commit is contained in:
@@ -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))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user