Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma committed Jul 30, 2024
1 parent 3b93942 commit e002e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/bin/node/cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl SubstrateCli for Cli {
properties.insert("tokenDecimals".to_string(), 12.into());
properties.insert("tokenSymbol".to_string(), "SUB-DEV".into());

let mut builder = chain_spec::ChainSpec::builder(runtime.as_ref(), Default::default())
let mut builder = chain_spec::ChainSpec::builder(runtime, Default::default())
.with_name("Development")
.with_id("dev")
.with_chain_type(ChainType::Development)
Expand Down

0 comments on commit e002e31

Please sign in to comment.