diff options
| author | Grant Ammons <grant@pipelinedealsco.com> | 2017-01-16 14:56:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-16 14:56:38 -0500 |
| commit | 976e6f28c016752745a0dc3365ccc09ac03daf78 (patch) | |
| tree | 4f717fe9f3800fc095c32cca154e1c3d69e8eb5a /todolist/formatter.go | |
| parent | 3813ef4378d25ade98a693bf3eef959754e8af20 (diff) | |
| parent | 32af022cc4b6d7a2b1bf1fc2bb49bb6b84992187 (diff) | |
Merge pull request #15 from whoshuu/master
Run gofmt on formatter and parser
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) |
