Format Rust code using rustfmt

This commit is contained in:
github-actions[bot]
2023-07-25 16:20:32 +00:00
committed by GitHub
parent ad2d36bb35
commit e071381e03

View File

@@ -124,7 +124,6 @@ fn expand_string(s: &str) -> Vec<Host> {
hosts
}
fn main() {
env_logger::Builder::from_env(Env::default().default_filter_or("info"))
.format_timestamp(None)