mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 12:42:32 +00:00
Redundant commas in object initializers were removed.
This commit is contained in:
@@ -356,7 +356,7 @@ namespace Octokit
|
||||
{
|
||||
Method = method,
|
||||
BaseAddress = baseAddress ?? BaseAddress,
|
||||
Endpoint = uri,
|
||||
Endpoint = uri
|
||||
};
|
||||
|
||||
return SendDataInternal<T>(body, accepts, contentType, cancellationToken, twoFactorAuthenticationCode, request);
|
||||
|
||||
Reference in New Issue
Block a user