Commit 64141051 authored by Bram Schoenmakers's avatar Bram Schoenmakers

End files with a newline character.

parent df5ca0db
......@@ -52,4 +52,6 @@ class TodoFile(object):
else:
todofile.write(p_todos)
todofile.write("\n")
todofile.close()
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