Skip to content

Commit

Permalink
cargo fmt --
Browse files Browse the repository at this point in the history
  • Loading branch information
rustlang-dev committed Sep 19, 2024
1 parent 9931a3d commit 3d4d9e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ pub fn local_testnet_config() -> ChainSpec {
.with_genesis_config(config_json)
.with_properties(properties())
.build();

}

fn genesis_account(balance: U256) -> fp_evm::GenesisAccount {
Expand Down

0 comments on commit 3d4d9e1

Please sign in to comment.