Skip to content

Commit e305079

Browse files
committed
format code
1 parent 684e295 commit e305079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/apps/management/change_wipe_code.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ async def change_wipe_code(ctx: wire.Context, msg: ChangeWipeCode) -> Success:
3131
if not msg.remove:
3232
# Pre-check the entered PIN.
3333
from apps.common.pin_constants import PinType
34-
if config.has_pin() and not config.check_pin(pin, salt,PinType.USER_CHECK)[0]:
34+
35+
if config.has_pin() and not config.check_pin(pin, salt, PinType.USER_CHECK)[0]:
3536
await error_pin_invalid(ctx)
3637

3738
# Get new wipe code.

0 commit comments

Comments
 (0)