indent commands: no functional changes
This commit is contained in:
parent
cb5ad8ced1
commit
3daef13ac0
|
@ -12,6 +12,7 @@ def receive(args):
|
|||
from .progress import start_progress, update_progress, finish_progress
|
||||
assert isinstance(args.relay_url, type(u""))
|
||||
|
||||
if True:
|
||||
w = Wormhole(APPID, args.relay_url)
|
||||
if args.zeromode:
|
||||
assert not args.code
|
||||
|
|
|
@ -46,6 +46,7 @@ def send(args):
|
|||
},
|
||||
}
|
||||
|
||||
if True:
|
||||
w = Wormhole(APPID, args.relay_url)
|
||||
if args.zeromode:
|
||||
assert not args.code
|
||||
|
|
Loading…
Reference in New Issue
Block a user