Skip to content

Commit

Permalink
appease clippy πŸ“Ž
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Feb 21, 2024
1 parent c7d29ad commit 211d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bws/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ async fn process_commands() -> Result<()> {
unreachable!();

Check warning on line 686 in crates/bws/src/main.rs

View check run for this annotation

Codecov / codecov/patch

crates/bws/src/main.rs#L686

Added line #L686 was not covered by tests
};

let mut command = process::Command::new(&shell);
let mut command = process::Command::new(shell);
command
.arg("-c")
.arg(&user_command)
Expand Down

0 comments on commit 211d067

Please sign in to comment.