Skip to content

Commit 22d4596

Browse files
authored
Lib/idlelib/run.py: remove trailing whitespace
1 parent a6316b0 commit 22d4596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def get_message_lines(typ, exc, tb):
236236
with contextlib.redirect_stderr(err):
237237
sys.__excepthook__(typ, exc, tb)
238238
err_list = err.getvalue().split("\n")[1:]
239-
239+
240240
for i in range(len(err_list)):
241241
if err_list[i].startswith(" "):
242242
continue

0 commit comments

Comments
 (0)