Fix formatting

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

@ -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