We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2d4cb commit d427235Copy full SHA for d427235
1 file changed
src/util/event_log.rs
@@ -39,6 +39,6 @@ pub fn log_event(msg: &str, event: Event, duration: Option<Duration>) {
39
}
40
41
if matches!(event, Event::TotalElapsed) {
42
- println!("{}", RESET);
+ println!("{RESET}");
43
44
0 commit comments