From 68fb89fdb7f48a354f1fcb95581e7d605d5d53c0 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 5 Nov 2011 13:43:01 -0700 Subject: [PATCH] Fix whitespace --- Lib/test/test_collections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_collections.py b/Lib/test/test_collections.py index c9b7f6b6bf73..88c3129d7ff9 100644 --- a/Lib/test/test_collections.py +++ b/Lib/test/test_collections.py @@ -974,7 +974,7 @@ class TestCounter(unittest.TestCase): r = repr(c) self.assertIn("'a': 2", r) self.assertIn("'b': None", r) - + def test_helper_function(self): # two paths, one for real dicts and one for other mappings elems = list('abracadabra') -- 2.47.3