Skip to content

Commit

Permalink
trying this
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Ackerson committed Dec 19, 2017
1 parent f70305a commit ae07255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Auth/TMOAuthAuthenticator.m
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ - (BOOL)handleOpenURL:(NSURL *)url {
return NO;
}

void(^clearState)(void) = ^(){
void(^clearState)(void) = ^(void){
self.threeLeggedOAuthTokenSecret = nil;
self.threeLeggedOAuthCallback = nil;
};
Expand Down

0 comments on commit ae07255

Please sign in to comment.