Fix whitespace
authorRaymond Hettinger <python@rcn.com>
Sat, 5 Nov 2011 20:43:01 +0000 (13:43 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 5 Nov 2011 20:43:01 +0000 (13:43 -0700)
Lib/test/test_collections.py

index c9b7f6b6bf73fab00844865b1c8ce0cbb0668619..88c3129d7ff9d277d41ad0edb559f5f2fb8407fe 100644 (file)
@@ -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')