We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a2033 commit 16db642Copy full SHA for 16db642
src/onefetch/cli_utils.rs
@@ -54,7 +54,7 @@ impl<W: Write> Printer<W> {
54
width = logo_lines.width()
55
)),
56
(None, None) => {
57
- buf.push_str("\n");
+ buf.push('\n');
58
break;
59
}
60
0 commit comments