diff options
| author | Grant Ammons <gammons@gmail.com> | 2017-10-03 07:25:44 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2017-10-03 07:40:03 -0400 |
| commit | 6193b27cd7c71bcff5b5dd0cafb4f04172a73206 (patch) | |
| tree | 49bfa1d32b280be32ac42f1d0ddf1ef07f6809fe /todolist/memory_printer.go | |
| parent | b393a332bef9847cc634f35be1ac8ffe54425d1d (diff) | |
false to true
Diffstat (limited to 'todolist/memory_printer.go')
| -rw-r--r-- | todolist/memory_printer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/memory_printer.go b/todolist/memory_printer.go index 62eaa83..d9c504f 100644 --- a/todolist/memory_printer.go +++ b/todolist/memory_printer.go @@ -5,5 +5,5 @@ type MemoryPrinter struct { } func (m *MemoryPrinter) Print(groupedTodos *GroupedTodos, printNotes bool) { - f.Groups = groupedTodos + m.Groups = groupedTodos } |
