Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4932ac2

Browse files
committed
Issue #24750: whitespace
1 parent d36d817 commit 4932ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/MultiStatusBar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def set_label(self, name, text='', side=LEFT, width=0):
1515
self.labels[name] = label
1616
else:
1717
label = self.labels[name]
18-
if width != 0:
18+
if width != 0:
1919
label.config(width=width)
2020
label.config(text=text)
2121

0 commit comments

Comments
 (0)