Skip to content

Commit 6707df3

Browse files
committed
style(lint): yarn lint:ios:fix
1 parent fe1db91 commit 6707df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app-check/ios/RNFBAppCheck/RNFBAppCheckProvider.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ - (void)configure:(FIRApp *)app
5959
self.delegateProvider = [[FIRAppAttestProvider alloc] initWithApp:app];
6060
} else {
6161
// This is not a valid configuration.
62-
DLog(@"AppAttest unavailable: it requires iOS14+, macOS 11+, macCatalyst14+ or tvOS15+. Installing "
62+
DLog(@"AppAttest unavailable: it requires iOS14+, macOS 11+, macCatalyst14+ or tvOS15+. "
63+
@"Installing "
6364
@"debug provider to guarantee invalid tokens in this invalid configuration.");
6465
self.delegateProvider = [[FIRAppCheckDebugProvider alloc] initWithApp:app];
6566
}

packages/auth/ios/RNFBAuth/RNFBAuthModule.m

-1
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,6 @@ - (NSDictionary *)getJSError:(NSError *)error {
15611561
authCredentialDict = [self authCredentialToDict:authCredential];
15621562
}
15631563

1564-
15651564
NSDictionary *resolverDict = nil;
15661565
#if TARGET_OS_IOS
15671566
if ([error userInfo][FIRAuthErrorUserInfoMultiFactorResolverKey] != nil) {

0 commit comments

Comments
 (0)