reorder asc

This commit is contained in:
yggverse 2025-09-13 00:30:03 +03:00
parent f244ca9203
commit 65dc7d70e1

View file

@ -25,8 +25,8 @@ async fn main() -> Result<()> {
} }
} }
fmt() fmt()
.with_timer(T)
.with_env_filter(EnvFilter::from_default_env()) .with_env_filter(EnvFilter::from_default_env())
.with_timer(T)
.init() .init()
} }
// init components // init components