From f1cd6948e2ee247bfd8618a5067507949801427d Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 9 Sep 2023 19:23:59 -0700 Subject: [PATCH] ran cargo fmt --- time_tracker/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/time_tracker/src/main.rs b/time_tracker/src/main.rs index 66748ac..eb88a3a 100644 --- a/time_tracker/src/main.rs +++ b/time_tracker/src/main.rs @@ -1,4 +1,4 @@ -use chrono::{DateTime, Utc, Datelike}; +use chrono::{DateTime, Datelike, Utc}; use chrono_tz::US::Central; use clap::Parser; use log::{debug, error}; @@ -135,7 +135,6 @@ fn main() -> Result<(), Box> { } }; - let elapsed_time: chrono::Duration = now - start_time; body_content.push(format!(