Skip to content

Commit 1eb4a5c

Browse files
committed
Preserve 3 digits on time
1 parent 5e3c4d7 commit 1eb4a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qlog-dancer/src/reports/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ pub fn print_sqlog_events(events: &[qlog::reader::Event]) {
475475
);
476476
for p in &pp {
477477
println!(
478-
"{:>12.2} | {:<10} | {:<25} | {}",
478+
"{:>12.3} | {:<10} | {:<25} | {}",
479479
p.time, p.category, p.ty, p.details
480480
);
481481
}

0 commit comments

Comments
 (0)