]> granicus.if.org Git - python/commitdiff
Code formatting change.
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 5 Jun 2010 23:58:40 +0000 (23:58 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 5 Jun 2010 23:58:40 +0000 (23:58 +0000)
Lib/unittest/case.py

index 48e2460241cb9d1a795efa8cabd783a16de6de19..8341b885af7e53e87c7af34d78776569b30bc5a6 100644 (file)
@@ -163,6 +163,7 @@ class TestCase(object):
     # This attribute sets the maximum length of a diff in failure messsages
     # by assert methods using difflib. It is looked up as an instance attribute
     # so can be configured by individual tests if required.
+
     maxDiff = 80*8
 
     # Attribute used by TestSuite for classSetUp