Skip to content

Commit

Permalink
update codes indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
langke committed Feb 17, 2019
1 parent 3f7bc3c commit 7137183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ const getError = (code) => {
case codes.iOSCodes.LAErrorUserFallback:
return errors.USER_FALLBACK;

case codes.iOSCodes.LAErrorTouchIDLockout:
return errors.LOCKOUT;
case codes.iOSCodes.LAErrorTouchIDLockout:
return errors.LOCKOUT;

default:
return errors.UNKNOWN_ERROR;
Expand Down

0 comments on commit 7137183

Please sign in to comment.