Skip to content

Commit d48b7e2

Browse files
committed
fix: Add padding after timestamp
1 parent 05b7fc8 commit d48b7e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ where
331331
self.timer
332332
.format_time(&mut event_buf)
333333
.expect("Unable to write time to buffer");
334+
write!(event_buf, " ").expect("Unable to write to buffer");
334335

335336
// printing the indentation
336337
let indent = ctx

0 commit comments

Comments
 (0)