mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
cargo fmt (#5740)
This commit is contained in:
@@ -112,7 +112,10 @@ type_name_generic!(PendingAttestation);
|
||||
type_name!(ProposerSlashing);
|
||||
type_name_generic!(SignedAggregateAndProof);
|
||||
type_name_generic!(SignedAggregateAndProofBase, "SignedAggregateAndProofBase");
|
||||
type_name_generic!(SignedAggregateAndProofElectra, "SignedAggregateAndProofElectra");
|
||||
type_name_generic!(
|
||||
SignedAggregateAndProofElectra,
|
||||
"SignedAggregateAndProofElectra"
|
||||
);
|
||||
type_name_generic!(SignedBeaconBlock);
|
||||
type_name!(SignedBeaconBlockHeader);
|
||||
type_name_generic!(SignedContributionAndProof);
|
||||
|
||||
Reference in New Issue
Block a user