Redundant commas in object initializer were removed.

This commit is contained in:
aedampir@gmail.com
2016-04-22 17:30:37 +07:00
parent f7fe51a848
commit f1896888c6
5 changed files with 8 additions and 8 deletions
@@ -51,7 +51,7 @@ namespace Octokit.Tests.Integration.Reactive
var startOptions = new ApiOptions
{
PageSize = 5,
PageCount = 1,
PageCount = 1
};
var skipStartOptions = new ApiOptions