diff --git a/crates/pop-cli/src/commands/bench/mod.rs b/crates/pop-cli/src/commands/bench/mod.rs index 1c2b5787..a1cd296f 100644 --- a/crates/pop-cli/src/commands/bench/mod.rs +++ b/crates/pop-cli/src/commands/bench/mod.rs @@ -34,8 +34,8 @@ impl Command { match args.command { #[cfg(feature = "parachain")] - Command::Pallet(cmd) => Command::bechmark_pallet(cmd, &mut cli), - }?; + Command::Pallet(cmd) => Command::bechmark_pallet(cmd, &mut cli)?, + }; cli.outro("Benchmark completed successfully!")?; Ok(())