mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Redundant commas in object initializers were removed.
This commit is contained in:
@@ -352,7 +352,7 @@ public class IssuesClientTests : IDisposable
|
||||
|
||||
var newIssue = new NewIssue("A test issue")
|
||||
{
|
||||
Body = "A new unassigned issue",
|
||||
Body = "A new unassigned issue"
|
||||
};
|
||||
|
||||
var issue = await _issuesClient.Create(_context.RepositoryOwner, _context.RepositoryName, newIssue);
|
||||
|
||||
Reference in New Issue
Block a user