fix indentation

This commit is contained in:
ThomasV 2014-09-10 23:12:28 +02:00
parent 397f07ca82
commit a7102bee78
1 changed files with 2 additions and 2 deletions

View File

@ -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):