mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
apply rustfmt
This commit is contained in:
parent
569c86008e
commit
f244ca9203
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,10 @@ async fn main() -> Result<()> {
|
||||||
write!(w, "{}", Local::now())
|
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
|
// init components
|
||||||
let time_init = Local::now();
|
let time_init = Local::now();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue