mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
Redundant commas in object initializer were removed.
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Octokit.Tests.Integration.Reactive
|
||||
var startOptions = new ApiOptions
|
||||
{
|
||||
PageSize = 5,
|
||||
PageCount = 1,
|
||||
PageCount = 1
|
||||
};
|
||||
|
||||
var skipStartOptions = new ApiOptions
|
||||
|
||||
Reference in New Issue
Block a user