Xiangtian Dai пре 4 година
родитељ
комит
b5b55476a2
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      GoogleSignIn/Sources/GIDSignIn.m

+ 2 - 2
GoogleSignIn/Sources/GIDSignIn.m

@@ -146,8 +146,8 @@ static const NSTimeInterval kMinimumRestoredAccessTokenTimeToExpire = 600.0;
   OIDServiceConfiguration *_appAuthConfiguration;
   // AppAuth external user-agent session state.
   id<OIDExternalUserAgentSession> _currentAuthorizationFlow;
-   // Flag to indicate that the auth flow is restarting.
-   BOOL _restarting;
+  // Flag to indicate that the auth flow is restarting.
+  BOOL _restarting;
 }
 
 #pragma mark - Public methods