Run cargo fmt that got clobbered in merge

This commit is contained in:
Alex Stokes
2018-11-20 12:54:35 -08:00
parent 11cdf66079
commit a695382260
3 changed files with 16 additions and 11 deletions

View File

@@ -14,11 +14,7 @@ pub mod special_record;
pub mod validator_record;
pub mod validator_registration;
use self::ethereum_types::{
H256,
H160,
U256
};
use self::ethereum_types::{H160, H256, U256};
use std::collections::HashMap;
pub use active_state::ActiveState;