tfix indent - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c006678289431dbe2998d05c00d4c05ea58b27c0 DIR parent 5a76a0fc951371440216f4c7aab25f5b2f006ccd HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 31 May 2015 15:00:43 +0200 fix indent Diffstat: M lib/util.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- DIR diff --git a/lib/util.py b/lib/util.py t@@ -477,8 +477,8 @@ class Contacts(StoreDict): _type, addr = self[k] if _type == 'address': return addr - out = run_hook('resolve_address', k) - if out: - return out + out = run_hook('resolve_address', k) + if out: + return out raise Exception("invalid Bitcoin address", k)