redundant argument list was removed

This commit is contained in:
aedampir@gmail.com
2016-04-22 17:29:41 +07:00
parent 39ef6e069a
commit f7fe51a848
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ public class GistsClientTests
var connection = Substitute.For<IApiConnection>();
var client = new GistsClient(connection);
var options = new ApiOptions()
var options = new ApiOptions
{
PageSize = 1,
PageCount = 1,
@@ -100,7 +100,7 @@ namespace Octokit.Tests.Clients
var connection = Substitute.For<IApiConnection>();
var client = new IssueCommentsClient(connection);
var options = new ApiOptions()
var options = new ApiOptions
{
StartPage = 1,
PageSize = 1,