Skip to content

Commit

Permalink
[no ci]Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dengjianping <djptux@gmail.com>
  • Loading branch information
Dengjianping committed Jul 12, 2022
1 parent adf68f8 commit 571bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 571bee6

Please sign in to comment.