Skip to content

Commit

Permalink
One last fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
faho committed Jan 13, 2024
1 parent 79a78a1 commit 31c31f0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/builtins/wait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,7 @@ pub fn wait(parser: &Parser, streams: &mut IoStreams, argv: &mut [&wstr]) -> Opt
}
} else {
// argument is process name
if !find_wait_handles(
WaitHandleQuery::ProcName(item),
parser,
&mut wait_handles,
) {
if !find_wait_handles(WaitHandleQuery::ProcName(item), parser, &mut wait_handles) {
streams.err.append(wgettext_fmt!(
"%ls: Could not find child processes with the name '%ls'\n",
cmd,
Expand Down

0 comments on commit 31c31f0

Please sign in to comment.