]> granicus.if.org Git - python/commitdiff
Fix whitespace.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Nov 2012 20:36:21 +0000 (21:36 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Nov 2012 20:36:21 +0000 (21:36 +0100)
Lib/test/test_functools.py

index a8608abbcd43d264766093be989fd6ea175e215f..ee1f5dbd7c387477a6774183d451868ce10d2e7f 100644 (file)
@@ -200,7 +200,7 @@ class TestPartialPy(BaseTestPy, TestPartial):
 
     def test_pickle(self):
         raise unittest.SkipTest("Python implementation of partial isn't picklable")
-    
+
     def test_repr(self):
         raise unittest.SkipTest("Python implementation of partial uses own repr")