Skip to content

Commit 08f47f0

Browse files
committed
Fix trailing-whitespace
Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
1 parent 3e03c95 commit 08f47f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/legion_linux/legion_linux/legion_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ def __init__(self, controller:LegionController, icon:QtGui.QIcon):
14641464
# use main layout for main window
14651465
self.main_widget = QWidget()
14661466
self.main_widget.setLayout(self.main_layout)
1467-
1467+
14681468
#Scroll Area and Properties
14691469
self.scroll = QScrollArea()
14701470
self.scroll.setHorizontalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOff)

0 commit comments

Comments
 (0)