fix: add missing line break
parent
3c6cc462f3
commit
323c2fba18
|
@ -19,7 +19,7 @@ impl Display for Pomodoro {
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||||
write!(
|
write!(
|
||||||
f,
|
f,
|
||||||
"Pomodoro ({}, {}, {}) currently {} with {} remaining.",
|
"Pomodoro ({}, {}, {}) currently {} with {} remaining.\n",
|
||||||
humantime::format_duration(self.work),
|
humantime::format_duration(self.work),
|
||||||
humantime::format_duration(self.pause),
|
humantime::format_duration(self.pause),
|
||||||
humantime::format_duration(self.long_pause),
|
humantime::format_duration(self.long_pause),
|
||||||
|
|
Loading…
Reference in New Issue