Commit 185e08a6 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Slightly improve formatting

parent afcf61cb
...@@ -80,8 +80,9 @@ class PrettyPrinter(Printer): ...@@ -80,8 +80,9 @@ class PrettyPrinter(Printer):
result = [] result = []
for key, todos in p_groups: for key, todos in p_groups:
result.append(TopydoString(''))
result.append(TopydoString(key)) result.append(TopydoString(key))
result.append(TopydoString("\n===\n")) result.append(TopydoString("==="))
result += self.print_list(todos) result += self.print_list(todos)
return result return result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment