apply some formatting fixes

This commit is contained in:
Kevin Schoon 2021-09-01 08:56:22 -04:00
parent 1ad3c18c8a
commit a7947a7cb7
3 changed files with 34 additions and 36 deletions

View File

@ -126,7 +126,6 @@ func (t *TaskRunner) run() error {
break
}
t.notifier.Notify("Pomo", "It is time to take a break!")
// Reset the duration incase it
// was paused.

View File

@ -7,7 +7,6 @@ import (
"github.com/fatih/color"
)
func SummerizeTasks(config *Config, tasks []*Task) {
for _, task := range tasks {
var start string