Skip to content

Commit 5daf3a4

Browse files
committed
fix alignment
1 parent 99b0405 commit 5daf3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoogleSignIn/Sources/GIDAuthStateMigration.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ - (void)migrateIfNeededWithTokenURL:(NSURL *)tokenURL
7979
NSSet *attributes = [NSSet setWithArray:@[fileBasedKeychain]];
8080
GTMKeychainStore *keychainStoreLegacy =
8181
[[GTMKeychainStore alloc] initWithItemName:self.keychainStore.itemName
82-
keychainAttributes:attributes];
82+
keychainAttributes:attributes];
8383
authSession = [keychainStoreLegacy retrieveAuthSessionWithError:nil];
8484
#elif TARGET_OS_IOS
8585
// Migrate from GPPSignIn 1.x or GIDSignIn 1.0 - 4.x to the GTMAppAuth storage introduced in

0 commit comments

Comments
 (0)