From f244ca9203496b22f1fc957ada84e6aabe706d92 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 13 Sep 2025 00:29:11 +0300 Subject: [PATCH] apply rustfmt --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index daf9f6f..020cc76 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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();