Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko committed Aug 16, 2024
1 parent 4e9bd2c commit 2700848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/src/cli.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::service::EthConfiguration;
use self::validator::ValidatorCmd;
use crate::service::EthConfiguration;

mod validator;

Expand Down
3 changes: 1 addition & 2 deletions node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ pub fn run() -> sc_cli::Result<()> {
let runner = cli.create_runner(cmd)?;
log::set_max_level(log::LevelFilter::Off);
runner.sync_run(|mut config| {
let (client, _, _, _, _) =
service::new_chain_ops(&mut config, &cli.eth)?;
let (client, _, _, _, _) = service::new_chain_ops(&mut config, &cli.eth)?;
cmd.run(&cli, &client)
})
},
Expand Down

0 comments on commit 2700848

Please sign in to comment.