Skip to content

Commit 7ef00ff

Browse files
committed
Normalize whitespace
1 parent 9fe6d86 commit 7ef00ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_dis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test_bug_1333982(self):
228228
# so fails if the tests are run with -O. Skip this test then.
229229

230230
if __debug__:
231-
self.do_disassembly_test(bug1333982, dis_bug1333982)
231+
self.do_disassembly_test(bug1333982, dis_bug1333982)
232232

233233
def test_big_linenos(self):
234234
def func(count):

0 commit comments

Comments
 (0)