Skip to content

Commit ea1d9c3

Browse files
committed
Format
1 parent e20ef58 commit ea1d9c3

File tree

1 file changed

+2
-1
lines changed
  • packages/local_auth/local_auth_darwin/darwin/local_auth_darwin/Sources/local_auth_darwin

1 file changed

+2
-1
lines changed

packages/local_auth/local_auth_darwin/darwin/local_auth_darwin/Sources/local_auth_darwin/FLALocalAuthPlugin.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ - (nullable NSNumber *)deviceCanSupportBiometricsWithError:
318318
return @YES;
319319
}
320320
// Biometry hardware is available, but possibly permissions were denied.
321-
if (authError.code == LAErrorBiometryNotAvailable && context.biometryType != LABiometryTypeNone) {
321+
if (authError.code == LAErrorBiometryNotAvailable &&
322+
context.biometryType != LABiometryTypeNone) {
322323
return @YES;
323324
}
324325
}

0 commit comments

Comments
 (0)