Skip to content

Commit 151315f

Browse files
Remove accidental newline in output
1 parent 0426f93 commit 151315f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recompress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ impl Context {
142142

143143
let mut compression_times = String::new();
144144
for (idx, (name, _)) in destinations.iter().enumerate() {
145-
writeln!(
145+
write!(
146146
compression_times,
147147
", {:.2?} {} compression",
148148
time_by_dest[idx], name

0 commit comments

Comments
 (0)