diff options
| author | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2017-01-18 21:17:57 +0800 |
|---|---|---|
| committer | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2017-01-18 21:17:57 +0800 |
| commit | 468e1d8d6a4e9c5fe2ce7ace27c003e5b7063f78 (patch) | |
| tree | b59a93ccd4b13c684ce756d945f5ffabd03c1ad2 /todolist/formatter.go | |
| parent | 0466449099372abdde5f7a1ab9d5fa1788618a41 (diff) | |
| parent | de346783c83061b2b88e5b158f6a659d569f206e (diff) | |
Merge github.com:gammons/todolist
Diffstat (limited to 'todolist/formatter.go')
| -rw-r--r-- | todolist/formatter.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/formatter.go b/todolist/formatter.go index c884862..b259f6a 100644 --- a/todolist/formatter.go +++ b/todolist/formatter.go @@ -29,7 +29,7 @@ func (f *Formatter) Print() { cyan := color.New(color.FgCyan).SprintFunc() var keys []string - for key, _ := range f.GroupedTodos.Groups { + for key := range f.GroupedTodos.Groups { keys = append(keys, key) } sort.Strings(keys) |
