mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
fix fmt
This commit is contained in:
@@ -105,9 +105,11 @@ pub fn disown(parser: &Parser, streams: &mut IoStreams, args: &mut [&wstr]) -> O
|
||||
if let Some(j) = parser.job_get_from_pid(pid) {
|
||||
jobs.push(j);
|
||||
} else {
|
||||
streams
|
||||
.err
|
||||
.append(wgettext_fmt!("%ls: Could not find job '%d'\n", cmd, pid));
|
||||
streams.err.append(wgettext_fmt!(
|
||||
"%ls: Could not find job '%d'\n",
|
||||
cmd,
|
||||
pid
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user