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
+2 -2
View File
@@ -71,7 +71,7 @@ namespace Octokit.Tests.Http
var httpClient = Substitute.For<IHttpClient>();
var headers = new Dictionary<string, string>
{
{ "X-Accepted-OAuth-Scopes", "user" },
{ "X-Accepted-OAuth-Scopes", "user" }
};
IResponse response = new Response(headers);
@@ -699,7 +699,7 @@ namespace Octokit.Tests.Http
},
new List<string>
{
"user",
"user"
},
new List<string>
{