mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
🎨 Remove empty statement
This commit is contained in:
@@ -219,7 +219,7 @@ namespace Octokit
|
||||
{
|
||||
Ensure.ArgumentNotNull(uri, "uri");
|
||||
|
||||
var response = await SendData<object>(uri, HttpMethod.Post, null, null, null, CancellationToken.None); ;
|
||||
var response = await SendData<object>(uri, HttpMethod.Post, null, null, null, CancellationToken.None);
|
||||
return response.HttpResponse.StatusCode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user