mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Run rustfmt
This commit is contained in:
@@ -58,5 +58,4 @@ mod tests {
|
||||
use crate::*;
|
||||
|
||||
ssz_tests!(Attestation<MainnetEthSpec>);
|
||||
|
||||
}
|
||||
|
||||
@@ -19,5 +19,4 @@ mod test {
|
||||
use super::*;
|
||||
|
||||
ssz_tests!(AttestationDataAndCustodyBit);
|
||||
|
||||
}
|
||||
|
||||
@@ -21,5 +21,4 @@ mod tests {
|
||||
use crate::*;
|
||||
|
||||
ssz_tests!(AttesterSlashing<MainnetEthSpec>);
|
||||
|
||||
}
|
||||
|
||||
@@ -32,5 +32,4 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
ssz_tests!(Checkpoint);
|
||||
|
||||
}
|
||||
|
||||
@@ -37,5 +37,4 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
ssz_tests!(Crosslink);
|
||||
|
||||
}
|
||||
|
||||
@@ -21,5 +21,4 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
ssz_tests!(Deposit);
|
||||
|
||||
}
|
||||
|
||||
@@ -55,5 +55,4 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
ssz_tests!(DepositData);
|
||||
|
||||
}
|
||||
|
||||
@@ -23,5 +23,4 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
ssz_tests!(Eth1Data);
|
||||
|
||||
}
|
||||
|
||||
@@ -23,5 +23,4 @@ mod tests {
|
||||
pub type FoundationHistoricalBatch = HistoricalBatch<MainnetEthSpec>;
|
||||
|
||||
ssz_tests!(FoundationHistoricalBatch);
|
||||
|
||||
}
|
||||
|
||||
@@ -23,5 +23,4 @@ mod tests {
|
||||
use crate::*;
|
||||
|
||||
ssz_tests!(PendingAttestation<MainnetEthSpec>);
|
||||
|
||||
}
|
||||
|
||||
@@ -21,5 +21,4 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
ssz_tests!(ProposerSlashing);
|
||||
|
||||
}
|
||||
|
||||
@@ -42,5 +42,4 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
ssz_tests!(Transfer);
|
||||
|
||||
}
|
||||
|
||||
@@ -117,5 +117,4 @@ mod tests {
|
||||
}
|
||||
|
||||
ssz_tests!(Validator);
|
||||
|
||||
}
|
||||
|
||||
@@ -35,5 +35,4 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
ssz_tests!(VoluntaryExit);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user