apply some formatting fixes
This commit is contained in:
parent
1ad3c18c8a
commit
a7947a7cb7
|
@ -126,7 +126,6 @@ func (t *TaskRunner) run() error {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
t.notifier.Notify("Pomo", "It is time to take a break!")
|
t.notifier.Notify("Pomo", "It is time to take a break!")
|
||||||
// Reset the duration incase it
|
// Reset the duration incase it
|
||||||
// was paused.
|
// was paused.
|
||||||
|
|
|
@ -7,7 +7,6 @@ import (
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
func SummerizeTasks(config *Config, tasks []*Task) {
|
func SummerizeTasks(config *Config, tasks []*Task) {
|
||||||
for _, task := range tasks {
|
for _, task := range tasks {
|
||||||
var start string
|
var start string
|
||||||
|
|
Loading…
Reference in New Issue