Skip to content

Commit 32dc036

Browse files
pszalkototo
authored andcommitted
Removed unnecessary semicolon ; character.
1 parent ed1abee commit 32dc036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OAuth2Client/NXOAuth2Client.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ - (void)authenticateWithAssertionType:(NSURL *)anAssertionType assertion:(NSStri
427427

428428
#pragma mark Public
429429

430-
- (void)refreshAccessToken;
430+
- (void)refreshAccessToken
431431
{
432432
[self refreshAccessTokenAndRetryConnection:nil];
433433
}

0 commit comments

Comments
 (0)