diff --git a/consensus/types/src/builder_pending_payment.rs b/consensus/types/src/builder_pending_payment.rs index 8fa062ddea..f35fed2830 100644 --- a/consensus/types/src/builder_pending_payment.rs +++ b/consensus/types/src/builder_pending_payment.rs @@ -6,17 +6,7 @@ use test_random_derive::TestRandom; use tree_hash_derive::TreeHash; #[derive( - Debug, - PartialEq, - Eq, - Hash, - Clone, - Serialize, - Deserialize, - Encode, - Decode, - TreeHash, - TestRandom, + Debug, PartialEq, Eq, Hash, Clone, Serialize, Deserialize, Encode, Decode, TreeHash, TestRandom, )] #[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))] #[context_deserialize(ForkName)] diff --git a/consensus/types/src/builder_pending_withdrawal.rs b/consensus/types/src/builder_pending_withdrawal.rs index 707f8fcdcb..53e4b78406 100644 --- a/consensus/types/src/builder_pending_withdrawal.rs +++ b/consensus/types/src/builder_pending_withdrawal.rs @@ -6,17 +6,7 @@ use test_random_derive::TestRandom; use tree_hash_derive::TreeHash; #[derive( - Debug, - PartialEq, - Eq, - Hash, - Clone, - Serialize, - Deserialize, - Encode, - Decode, - TreeHash, - TestRandom, + Debug, PartialEq, Eq, Hash, Clone, Serialize, Deserialize, Encode, Decode, TreeHash, TestRandom, )] #[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))] #[context_deserialize(ForkName)] diff --git a/consensus/types/src/indexed_payload_attestation.rs b/consensus/types/src/indexed_payload_attestation.rs index 646bff2d45..45b3de95bc 100644 --- a/consensus/types/src/indexed_payload_attestation.rs +++ b/consensus/types/src/indexed_payload_attestation.rs @@ -6,17 +6,7 @@ use ssz_derive::{Decode, Encode}; use test_random_derive::TestRandom; use tree_hash_derive::TreeHash; -#[derive( - TestRandom, - TreeHash, - Debug, - Clone, - PartialEq, - Encode, - Decode, - Serialize, - Deserialize, -)] +#[derive(TestRandom, TreeHash, Debug, Clone, PartialEq, Encode, Decode, Serialize, Deserialize)] #[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))] #[serde(bound = "E: EthSpec", deny_unknown_fields)] #[cfg_attr(feature = "arbitrary", arbitrary(bound = "E: EthSpec"))] diff --git a/consensus/types/src/payload_attestation.rs b/consensus/types/src/payload_attestation.rs index 1cc8f32d81..48b0a3e3b3 100644 --- a/consensus/types/src/payload_attestation.rs +++ b/consensus/types/src/payload_attestation.rs @@ -7,15 +7,7 @@ use test_random_derive::TestRandom; use tree_hash_derive::TreeHash; #[derive( - TestRandom, - TreeHash, - Debug, - Clone, - Encode, - Decode, - Serialize, - Deserialize, - Derivative, + TestRandom, TreeHash, Debug, Clone, Encode, Decode, Serialize, Deserialize, Derivative, )] #[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))] #[serde(bound = "E: EthSpec", deny_unknown_fields)] diff --git a/consensus/types/src/payload_attestation_message.rs b/consensus/types/src/payload_attestation_message.rs index 87852e0ea2..46179e1dea 100644 --- a/consensus/types/src/payload_attestation_message.rs +++ b/consensus/types/src/payload_attestation_message.rs @@ -5,17 +5,7 @@ use ssz_derive::{Decode, Encode}; use test_random_derive::TestRandom; use tree_hash_derive::TreeHash; -#[derive( - TestRandom, - TreeHash, - Debug, - Clone, - PartialEq, - Encode, - Decode, - Serialize, - Deserialize, -)] +#[derive(TestRandom, TreeHash, Debug, Clone, PartialEq, Encode, Decode, Serialize, Deserialize)] #[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))] #[context_deserialize(ForkName)] pub struct PayloadAttestationMessage { diff --git a/consensus/types/src/signed_execution_bid.rs b/consensus/types/src/signed_execution_bid.rs index 945e96af38..4538b9c256 100644 --- a/consensus/types/src/signed_execution_bid.rs +++ b/consensus/types/src/signed_execution_bid.rs @@ -7,15 +7,7 @@ use test_random_derive::TestRandom; use tree_hash_derive::TreeHash; #[derive( - TestRandom, - TreeHash, - Debug, - Clone, - Encode, - Decode, - Serialize, - Deserialize, - Derivative, + TestRandom, TreeHash, Debug, Clone, Encode, Decode, Serialize, Deserialize, Derivative, )] #[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))] #[derivative(PartialEq, Hash)]