diff --git a/node/src/command.rs b/node/src/command.rs index 41b453bfd..d3ee1c5b8 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -385,7 +385,7 @@ pub fn run_with(cli: Cli) -> Result { Some(Subcommand::Benchmark(cmd)) => { let runner = cli.create_runner(cmd)?; - // Switch on the concrete benchmark sub-command- + // Switch on the concrete benchmark sub-command match cmd { BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") {