Run rustfmt

This commit is contained in:
Michael Sproul
2019-09-30 11:30:47 +10:00
parent 23bcf9fe6f
commit 81325a0e05
18 changed files with 14 additions and 56 deletions
-1
View File
@@ -58,5 +58,4 @@ mod tests {
use crate::*;
ssz_tests!(Attestation<MainnetEthSpec>);
}
@@ -19,5 +19,4 @@ mod test {
use super::*;
ssz_tests!(AttestationDataAndCustodyBit);
}
-1
View File
@@ -21,5 +21,4 @@ mod tests {
use crate::*;
ssz_tests!(AttesterSlashing<MainnetEthSpec>);
}
-1
View File
@@ -32,5 +32,4 @@ mod tests {
use super::*;
ssz_tests!(Checkpoint);
}
-1
View File
@@ -37,5 +37,4 @@ mod tests {
use super::*;
ssz_tests!(Crosslink);
}
-1
View File
@@ -21,5 +21,4 @@ mod tests {
use super::*;
ssz_tests!(Deposit);
}
-1
View File
@@ -55,5 +55,4 @@ mod tests {
use super::*;
ssz_tests!(DepositData);
}
-1
View File
@@ -23,5 +23,4 @@ mod tests {
use super::*;
ssz_tests!(Eth1Data);
}
-1
View File
@@ -23,5 +23,4 @@ mod tests {
pub type FoundationHistoricalBatch = HistoricalBatch<MainnetEthSpec>;
ssz_tests!(FoundationHistoricalBatch);
}
-1
View File
@@ -23,5 +23,4 @@ mod tests {
use crate::*;
ssz_tests!(PendingAttestation<MainnetEthSpec>);
}
-1
View File
@@ -21,5 +21,4 @@ mod tests {
use super::*;
ssz_tests!(ProposerSlashing);
}
-1
View File
@@ -42,5 +42,4 @@ mod tests {
use super::*;
ssz_tests!(Transfer);
}
-1
View File
@@ -117,5 +117,4 @@ mod tests {
}
ssz_tests!(Validator);
}
-1
View File
@@ -35,5 +35,4 @@ mod tests {
use super::*;
ssz_tests!(VoluntaryExit);
}