Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Feb 28, 2023
1 parent e03b057 commit f052f45
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions crates/primitives/src/chain/spec.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use crate::{
constants::EIP1559_INITIAL_BASE_FEE,
forkid::ForkFilterKey,
header::Head,
proofs::genesis_state_root,
BlockNumber, Chain, ForkFilter, ForkHash, ForkId, Genesis, GenesisAccount, Hardfork, Header,
H160, H256, U256,
constants::EIP1559_INITIAL_BASE_FEE, forkid::ForkFilterKey, header::Head,
proofs::genesis_state_root, BlockNumber, Chain, ForkFilter, ForkHash, ForkId, Genesis,
GenesisAccount, Hardfork, Header, H160, H256, U256,
};
use ethers_core::utils::Genesis as EthersGenesis;
use hex_literal::hex;
Expand Down

0 comments on commit f052f45

Please sign in to comment.