aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib/src/lib.rs')
-rw-r--r--mumlib/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mumlib/src/lib.rs b/mumlib/src/lib.rs
index 93b7682..a54990e 100644
--- a/mumlib/src/lib.rs
+++ b/mumlib/src/lib.rs
@@ -30,7 +30,8 @@ pub fn setup_logger<T: Into<fern::Output>>(target: T, color: bool) {
Level::Info => "INFO ",
Level::Debug => "DEBUG",
Level::Trace => "TRACE",
- }.normal()
+ }
+ .normal()
},
record.file().unwrap(),
record.line().unwrap(),