Fix formatting

This commit is contained in:
exin 2022-06-25 15:29:05 -05:00 committed by Timo Kösters
parent 3a40bf8ae0
commit 3e6c66b899
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4

View file

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