rust: remove unnecessary newline

This commit is contained in:
Xiretza 2023-02-05 00:46:32 +01:00 committed by Johannes Altmanninger
parent 35083c72ef
commit cba03fc1e8

View file

@ -175,7 +175,7 @@ fn apply_one_wildcard(wc_esc: &wstr, sense: bool) {
}
}
if !match_found {
eprintln!("Failed to match debug category: {wc_esc}\n");
eprintln!("Failed to match debug category: {wc_esc}");
}
}