Explorar o código

Replace GIDSignInCallback (#179)

Replace GIDSignInCallback with block
void (^)(GIDUserAuth *_Nullable userAuth, NSError *_Nullable error)
pinlu %!s(int64=3) %!d(string=hai) anos
pai
achega
03d6d8dbe0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      GoogleSignIn/Tests/Unit/GIDSignInTest.m

+ 0 - 1
GoogleSignIn/Tests/Unit/GIDSignInTest.m

@@ -1234,7 +1234,6 @@ static void *kTestObserverContext = &kTestObserverContext;
     XCTestExpectation *expectation = [self expectationWithDescription:@"Callback called"];
     GIDUserAuthCompletion completion =
         ^(GIDUserAuth *_Nullable userAuth, NSError * _Nullable error) {
-
       [expectation fulfill];
       if (userAuth) {
           XCTAssertEqualObjects(userAuth.serverAuthCode, kServerAuthCode);