fix tag spacing

This commit is contained in:
Kevin Schoon 2018-03-03 20:19:30 +00:00
parent 24f8cd8cf0
commit 1aaa713c49
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func summerizeTasks(config *Config, tasks []*Task) {
if len(task.Tags) > 0 {
fmt.Printf(" [")
for i, tag := range task.Tags {
if i > 1 && i != len(task.Tags) {
if i > 0 && i != len(task.Tags) {
fmt.Printf(" ")
}
// user specified color mapping exists