apply rustfmt

This commit is contained in:
yggverse 2025-09-13 00:29:11 +03:00
parent 569c86008e
commit f244ca9203

View file

@ -24,7 +24,10 @@ async fn main() -> Result<()> {
write!(w, "{}", Local::now())
}
}
fmt().with_timer(T).with_env_filter(EnvFilter::from_default_env()).init()
fmt()
.with_timer(T)
.with_env_filter(EnvFilter::from_default_env())
.init()
}
// init components
let time_init = Local::now();