mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 21:09:51 +00:00
Redundant commas in object initializers were removed.
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user