Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit fab5aa0

Browse files
committed
FLTGoogleSignInPlugin_Test
1 parent 6cc702f commit fab5aa0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/google_sign_in/google_sign_in/ios/Classes/FLTGoogleSignInPlugin.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// found in the LICENSE file.
44

55
#import "FLTGoogleSignInPlugin.h"
6-
#import "FLTGoogleSignInPlugin_Private.h"
6+
#import "FLTGoogleSignInPlugin_Test.h"
77

88
#import <GoogleSignIn/GoogleSignIn.h>
99

@@ -89,8 +89,7 @@ - (void)handleMethodCall:(FlutterMethodCall *)call result:(FlutterResult)result
8989
if (path) {
9090
NSMutableDictionary<NSString *, NSString *> *plist =
9191
[[NSMutableDictionary alloc] initWithContentsOfFile:path];
92-
BOOL hasDynamicClientId =
93-
[call.arguments[@"clientId"] isKindOfClass:[NSString class]];
92+
BOOL hasDynamicClientId = [call.arguments[@"clientId"] isKindOfClass:[NSString class]];
9493

9594
if (hasDynamicClientId) {
9695
self.signIn.clientID = call.arguments[@"clientId"];

0 commit comments

Comments
 (0)