From 6ff569f03250de2683e8049c61d6f34e6118152b Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 6 Nov 2015 16:25:44 -0500 Subject: [PATCH] Remove extra whitespace --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 3fb8405..c3b22e0 100755 --- a/test.py +++ b/test.py @@ -60,7 +60,7 @@ class TestAdd(unittest.TestCase): import shutil shutil.rmtree(os.path.join(TEST_DATA_DIR, "test3")) os.mkdir(os.path.join(TEST_DATA_DIR, "test3")) - + def test_add_sub(self): with open(os.path.join(TEST_DATA_DIR, "test3/todo.txt"), "w") as f: f.write("(Z) gibberish")