[Python-checkins] r77101 - sandbox/trunk/2to3/lib2to3/tests/test_fixers.py

benjamin.peterson python-checkins at python.org
Tue Dec 29 00:46:03 CET 2009


Author: benjamin.peterson
Date: Tue Dec 29 00:46:02 2009
New Revision: 77101

Log:
normalize whitespace

Modified:
   sandbox/trunk/2to3/lib2to3/tests/test_fixers.py

Modified: sandbox/trunk/2to3/lib2to3/tests/test_fixers.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/tests/test_fixers.py	(original)
+++ sandbox/trunk/2to3/lib2to3/tests/test_fixers.py	Tue Dec 29 00:46:02 2009
@@ -2799,7 +2799,7 @@
 else:
     assert not isinstance(do_stuff, collections.Callable)"""[1:]
         self.check(b, a)
-        
+
     def test_callable_should_not_change(self):
         a = """callable(*x)"""
         self.unchanged(a)


More information about the Python-checkins mailing list