no semicolon
This commit is contained in:
parent
a7ef2259c9
commit
5af3e8ea57
|
|
@ -346,7 +346,7 @@ class StatusBar(QWidget):
|
||||||
"""Set the mode text."""
|
"""Set the mode text."""
|
||||||
if not config.val.statusbar.mode_text:
|
if not config.val.statusbar.mode_text:
|
||||||
self.txt.setText('')
|
self.txt.setText('')
|
||||||
return;
|
return
|
||||||
if mode == 'passthrough':
|
if mode == 'passthrough':
|
||||||
key_instance = config.key_instance
|
key_instance = config.key_instance
|
||||||
all_bindings = key_instance.get_reverse_bindings_for('passthrough')
|
all_bindings = key_instance.get_reverse_bindings_for('passthrough')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue