Redundant commas in object initializers were removed.

This commit is contained in:
aedampir@gmail.com
2016-03-24 23:12:12 +07:00
parent 1cd419ef75
commit 7f5d446ea8
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ namespace Octokit
{
Method = method,
BaseAddress = baseAddress ?? BaseAddress,
Endpoint = uri,
Endpoint = uri
};
return SendDataInternal<T>(body, accepts, contentType, cancellationToken, twoFactorAuthenticationCode, request);