mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
rust: remove unnecessary newline
This commit is contained in:
parent
35083c72ef
commit
cba03fc1e8
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ fn apply_one_wildcard(wc_esc: &wstr, sense: bool) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !match_found {
|
if !match_found {
|
||||||
eprintln!("Failed to match debug category: {wc_esc}\n");
|
eprintln!("Failed to match debug category: {wc_esc}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue