We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70305a commit ae07255Copy full SHA for ae07255
Classes/Auth/TMOAuthAuthenticator.m
@@ -84,7 +84,7 @@ - (BOOL)handleOpenURL:(NSURL *)url {
84
return NO;
85
}
86
87
- void(^clearState)(void) = ^(){
+ void(^clearState)(void) = ^(void){
88
self.threeLeggedOAuthTokenSecret = nil;
89
self.threeLeggedOAuthCallback = nil;
90
};
0 commit comments