diff --git a/src/pomodoro.rs b/src/pomodoro.rs index 8cd5103..0c051cd 100644 --- a/src/pomodoro.rs +++ b/src/pomodoro.rs @@ -19,7 +19,7 @@ impl Display for Pomodoro { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { write!( f, - "Pomodoro ({}, {}, {}) currently {} with {} remaining.", + "Pomodoro ({}, {}, {}) currently {} with {} remaining.\n", humantime::format_duration(self.work), humantime::format_duration(self.pause), humantime::format_duration(self.long_pause),