From 6193b27cd7c71bcff5b5dd0cafb4f04172a73206 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Tue, 3 Oct 2017 07:25:44 -0400 Subject: false to true --- todolist/memory_printer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todolist/memory_printer.go') 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 } -- cgit v1.3