mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
fix indentation
This commit is contained in:
parent
397f07ca82
commit
a7102bee78
1 changed files with 2 additions and 2 deletions
|
@ -133,9 +133,9 @@ class Plugin(BasePlugin):
|
||||||
layout.addWidget(change_label_button,3,1)
|
layout.addWidget(change_label_button,3,1)
|
||||||
|
|
||||||
if d.exec_():
|
if d.exec_():
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
class TrezorWallet(NewWallet):
|
class TrezorWallet(NewWallet):
|
||||||
|
|
Loading…
Add table
Reference in a new issue