fix: add missing line break

main
Moritz Böhme 2023-08-26 09:43:59 +02:00
parent 3c6cc462f3
commit 323c2fba18
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

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