Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jul 16, 2024
1 parent f3ba46b commit a2f827b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ fn main() -> QsvExitCode {
);

#[cfg(all(feature = "foreach", feature = "feature_capable"))]
enabled_commands
.push_str(" foreach Loop over a CSV file to execute bash commands\n");
enabled_commands.push_str(" foreach Loop over a CSV file to execute bash commands\n");

enabled_commands.push_str(" frequency Show frequency tables\n");

Expand Down

0 comments on commit a2f827b

Please sign in to comment.