From dc5986b8c07d0a054f53de9b1e7d50e1bc72f6dc Mon Sep 17 00:00:00 2001 From: Kirk Baird Date: Fri, 18 Jan 2019 09:20:28 +1100 Subject: [PATCH] Minor formatting --- beacon_chain/genesis/src/beacon_block.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/beacon_chain/genesis/src/beacon_block.rs b/beacon_chain/genesis/src/beacon_block.rs index 92230cd98..78968b7a6 100644 --- a/beacon_chain/genesis/src/beacon_block.rs +++ b/beacon_chain/genesis/src/beacon_block.rs @@ -48,7 +48,6 @@ mod tests { genesis_beacon_block(state_root, &spec); } - // Tests items that are 0 or zero_hash #[test] fn test_zero_items() { let spec = ChainSpec::foundation(); @@ -63,7 +62,6 @@ mod tests { assert!(genesis_block.candidate_pow_receipt_root.is_zero()); // aka deposit_root } - // Tests the BeaconBlockBody inside BeaconBlock #[test] fn test_beacon_body() { let spec = ChainSpec::foundation();