Skip to content

Commit ae07255

Browse files
author
Kenny Ackerson
committed
trying this
1 parent f70305a commit ae07255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Auth/TMOAuthAuthenticator.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ - (BOOL)handleOpenURL:(NSURL *)url {
8484
return NO;
8585
}
8686

87-
void(^clearState)(void) = ^(){
87+
void(^clearState)(void) = ^(void){
8888
self.threeLeggedOAuthTokenSecret = nil;
8989
self.threeLeggedOAuthCallback = nil;
9090
};

0 commit comments

Comments
 (0)