Skip to content

Commit 16db642

Browse files
o2shspenserblack
andauthored
Update src/onefetch/cli_utils.rs
Co-authored-by: Spenser Black <[email protected]>
1 parent 59a2033 commit 16db642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onefetch/cli_utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl<W: Write> Printer<W> {
5454
width = logo_lines.width()
5555
)),
5656
(None, None) => {
57-
buf.push_str("\n");
57+
buf.push('\n');
5858
break;
5959
}
6060
}

0 commit comments

Comments
 (0)