apply some formatting fixes
This commit is contained in:
parent
1ad3c18c8a
commit
a7947a7cb7
|
@ -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.
|
||||
|
|
|
@ -7,7 +7,6 @@ import (
|
|||
"github.com/fatih/color"
|
||||
)
|
||||
|
||||
|
||||
func SummerizeTasks(config *Config, tasks []*Task) {
|
||||
for _, task := range tasks {
|
||||
var start string
|
||||
|
|
Loading…
Reference in New Issue