mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Redundant commas in object initializer were removed.
This commit is contained in:
@@ -82,7 +82,7 @@ public class RepositoryCommitsClientTests
|
||||
var startOptions = new ApiOptions
|
||||
{
|
||||
PageSize = 5,
|
||||
PageCount = 1,
|
||||
PageCount = 1
|
||||
};
|
||||
|
||||
var skipStartOptions = new ApiOptions
|
||||
|
||||
Reference in New Issue
Block a user