ran cargo fmt
This commit is contained in:
parent
121590f74f
commit
f1cd6948e2
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
use chrono::{DateTime, Utc, Datelike};
|
use chrono::{DateTime, Datelike, Utc};
|
||||||
use chrono_tz::US::Central;
|
use chrono_tz::US::Central;
|
||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
use log::{debug, error};
|
use log::{debug, error};
|
||||||
|
@ -135,7 +135,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
let elapsed_time: chrono::Duration = now - start_time;
|
let elapsed_time: chrono::Duration = now - start_time;
|
||||||
|
|
||||||
body_content.push(format!(
|
body_content.push(format!(
|
||||||
|
|
Loading…
Reference in a new issue