Skip to content

Commit 3a54ce8

Browse files
committed
update comment + spacing
1 parent 3135cf3 commit 3a54ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GoogleSignIn/Tests/Unit/GIDSignInTest.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ @interface GIDSignInTest : XCTestCase {
222222
// Whether callback block has been called.
223223
BOOL _completionCalled;
224224

225-
// Fake for GIDAuthStateMigration
225+
// Fake for |GIDAuthStateMigration|.
226226
GIDFakeAuthStateMigration *_authStateMigrationService;
227227

228228
// Fake fetcher service to emulate network requests.
@@ -509,7 +509,7 @@ - (void)testInitWithKeychainStore_attemptsMigration {
509509

510510
GTMKeychainStore *store = [[GTMKeychainStore alloc] initWithItemName:expectedKeychainName];
511511
GIDSignIn *signIn = [[GIDSignIn alloc] initWithKeychainStore:store
512-
authStateMigrationService:_authStateMigrationService];
512+
authStateMigrationService:_authStateMigrationService];
513513

514514
[self waitForExpectationsWithTimeout:1 handler:nil];
515515
}

0 commit comments

Comments
 (0)