c92a0241e9c9

Whitespace
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 11 Apr 2020 11:33:49 -0400
parents d76f573934d1
children 7dc0c86e2230
branches/tags (none)
files t.py

Changes

--- a/t.py	Sat Apr 11 11:31:40 2020 -0400
+++ b/t.py	Sat Apr 11 11:33:49 2020 -0400
@@ -177,7 +177,6 @@
         task_id = _hash(text)
         self.tasks[task_id] = {'id': task_id, 'text': text}
 
-
     def edit_task(self, prefix, text):
         """Edit the task with the given prefix.