Skip to content

Commit 3f0abfb

Browse files
committed
precommit
1 parent 6604a73 commit 3f0abfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/idlelib/idle_test/test_editor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def mock_delete_trail_char_and_space(self, want, chars, tabwidth):
274274
if have <= want or chars[-1] not in " \t":
275275
break
276276
return chars
277-
277+
278278
def do_tests(self):
279279
ew = Editor()
280280
for dat in self.data:
@@ -289,7 +289,7 @@ def test_delete_trail_char_and_space(self):
289289
initial_time_new = time.time()
290290
self.do_tests()
291291
time_new = time.time() - initial_time_new
292-
292+
293293
with unittest.mock.patch.object(Editor, 'delete_trail_char_and_space', self.mock_delete_trail_char_and_space):
294294
initial_time_old = time.time()
295295
self.do_tests()

0 commit comments

Comments
 (0)