mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 02:23:51 +01:00
style: format code
This commit is contained in:
parent
9900abf501
commit
ecdb0002c4
1 changed files with 1 additions and 2 deletions
|
@ -190,8 +190,7 @@ async fn run() -> anyhow::Result<()> {
|
|||
.add_directive("hyper=info".parse().unwrap())
|
||||
.add_directive("h2=info".parse().unwrap());
|
||||
|
||||
let fmt_layer = tracing_subscriber::fmt::layer()
|
||||
.with_writer(IndicatifWriter);
|
||||
let fmt_layer = tracing_subscriber::fmt::layer().with_writer(IndicatifWriter);
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
let fmt_layer = fmt_layer.with_timer(tracing_subscriber::fmt::time::uptime());
|
||||
|
|
Loading…
Add table
Reference in a new issue