Skip to content

Commit 0e8787f

Browse files
committed
chore: Apply formatting to previous code suggestion
1 parent 13aa67f commit 0e8787f

File tree

1 file changed

+3
-1
lines changed
  • crates/stackable-operator/src/cli

1 file changed

+3
-1
lines changed

crates/stackable-operator/src/cli/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ mod tests {
123123
fn verify_cli() {
124124
use clap::CommandFactory;
125125

126-
RunArguments::command().print_long_help().expect("help message should be printed to stdout");
126+
RunArguments::command()
127+
.print_long_help()
128+
.expect("help message should be printed to stdout");
127129
RunArguments::command().debug_assert()
128130
}
129131
}

0 commit comments

Comments
 (0)