fix: add missing line break

This commit is contained in:
Moritz Böhme 2023-08-26 09:43:59 +02:00
parent 3c6cc462f3
commit 323c2fba18
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -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),