Browse Source

Fix formatting

merge-requests/413/merge
exin 4 years ago committed by Timo Kösters
parent
commit
3e6c66b899
No known key found for this signature in database
GPG Key ID: 24DA7517711A2BA4
  1. 2
      src/main.rs

2
src/main.rs

@ -115,7 +115,7 @@ async fn main() {
Err(e) => {
eprintln!("It looks like your log config is invalid. The following error occurred: {}", e);
EnvFilter::try_new("warn").unwrap()
},
}
};
let subscriber = registry.with(filter_layer).with(fmt_layer);

Loading…
Cancel
Save