From a7102bee786520dad505ad682d742c09b74013c1 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 10 Sep 2014 23:12:28 +0200 Subject: [PATCH] fix indentation --- plugins/trezor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/trezor.py b/plugins/trezor.py index 4b25d716d..41cda989f 100644 --- a/plugins/trezor.py +++ b/plugins/trezor.py @@ -133,9 +133,9 @@ class Plugin(BasePlugin): layout.addWidget(change_label_button,3,1) if d.exec_(): - return True + return True else: - return False + return False class TrezorWallet(NewWallet):