Formating previous commit

This commit is contained in:
Kirk Baird 2019-01-16 11:11:41 +11:00
parent 8dec3c1dc7
commit b39f7ac6c2
No known key found for this signature in database
GPG Key ID: BF864B7ED0BEA33F

View File

@ -23,11 +23,10 @@ pub fn genesis_beacon_block(state_root: Hash256, spec: &ChainSpec) -> BeaconBloc
}
}
#[cfg(test)]
mod tests {
use super::*;
use bls::{Signature};
use bls::Signature;
#[test]
fn test_genesis() {