summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_enumerate.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-07-17 23:16:17 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-07-17 23:16:17 (GMT)
commitf5f32b47128763a1f782782bd5a1a125b6d8b28b (patch)
tree101943572734eccd843559bdc6520d5b2ca0a192 /Lib/test/test_enumerate.py
parentc48a740887c80a4e6686486d62171f9efe64921c (diff)
downloadcpython-f5f32b47128763a1f782782bd5a1a125b6d8b28b.zip
cpython-f5f32b47128763a1f782782bd5a1a125b6d8b28b.tar.gz
cpython-f5f32b47128763a1f782782bd5a1a125b6d8b28b.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_enumerate.py')
-rw-r--r--Lib/test/test_enumerate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_enumerate.py b/Lib/test/test_enumerate.py
index 0a88e8d..b6a18ee 100644
--- a/Lib/test/test_enumerate.py
+++ b/Lib/test/test_enumerate.py
@@ -193,7 +193,7 @@ class TestReversed(unittest.TestCase):
else:
self.fail("non-callable __reversed__ didn't raise!")
self.assertEqual(rc, sys.getrefcount(r))
-
+
def test_main(verbose=None):
testclasses = (EnumerateTestCase, SubclassTestCase, TestEmpty, TestBig,