Author: Kevin Schoon [kevinschoon@gmail.com]
Hash: 1aaa713c490ed825ec52ac7a38cc36a15d4e047c
Timestamp: Sat, 03 Mar 2018 20:19:30 +0000 (6 years ago)

+1 -1 +/-1 browse
fix tag spacing
1diff --git a/util.go b/util.go
2index f7a5680..834da30 100644
3--- a/util.go
4+++ b/util.go
5 @@ -57,7 +57,7 @@ func summerizeTasks(config *Config, tasks []*Task) {
6 if len(task.Tags) > 0 {
7 fmt.Printf(" [")
8 for i, tag := range task.Tags {
9- if i > 1 && i != len(task.Tags) {
10+ if i > 0 && i != len(task.Tags) {
11 fmt.Printf(" ")
12 }
13 // user specified color mapping exists