Skip to content

Commit 6a59e50

Browse files
committed
rem blank line
1 parent 15f821a commit 6a59e50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/idlelib/editor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,6 @@ def smart_backspace_event(self, event):
13651365
have = len(chars.expandtabs(tabwidth))
13661366
assert have > 0
13671367
want = ((have - 1) // self.indentwidth) * self.indentwidth
1368-
13691368
# Debug prompt is multilined....
13701369
ncharsdeleted = 0
13711370
have = len(chars.expandtabs(tabwidth))

0 commit comments

Comments
 (0)