Skip to content

Commit b2e0dcd

Browse files
author
Michael Foord
committed
Code formatting change.
1 parent 84e95d8 commit b2e0dcd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/unittest/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class TestCase(object):
163163
# This attribute sets the maximum length of a diff in failure messsages
164164
# by assert methods using difflib. It is looked up as an instance attribute
165165
# so can be configured by individual tests if required.
166+
166167
maxDiff = 80*8
167168

168169
# Attribute used by TestSuite for classSetUp

0 commit comments

Comments
 (0)