indent commands: no functional changes

This commit is contained in:
Brian Warner 2015-11-11 18:10:18 -08:00
parent cb5ad8ced1
commit 3daef13ac0
2 changed files with 135 additions and 133 deletions

View File

@ -12,6 +12,7 @@ def receive(args):
from .progress import start_progress, update_progress, finish_progress from .progress import start_progress, update_progress, finish_progress
assert isinstance(args.relay_url, type(u"")) assert isinstance(args.relay_url, type(u""))
if True:
w = Wormhole(APPID, args.relay_url) w = Wormhole(APPID, args.relay_url)
if args.zeromode: if args.zeromode:
assert not args.code assert not args.code

View File

@ -46,6 +46,7 @@ def send(args):
}, },
} }
if True:
w = Wormhole(APPID, args.relay_url) w = Wormhole(APPID, args.relay_url)
if args.zeromode: if args.zeromode:
assert not args.code assert not args.code