Redundant braces of argument list were removed (#1277)

This commit is contained in:
Alexander Efremov
2016-04-21 13:23:42 +07:00
committed by Brendan Forster
parent cdc708450f
commit db839f58d4
10 changed files with 23 additions and 23 deletions

View File

@@ -55,7 +55,7 @@ namespace Octokit.Tests.Reactive
var gitHubClient = Substitute.For<IGitHubClient>();
var client = new ObservableIssueCommentsClient(gitHubClient);
var options=new ApiOptions()
var options=new ApiOptions
{
StartPage = 1,
PageSize = 1,
@@ -103,7 +103,7 @@ namespace Octokit.Tests.Reactive
var gitHubClient = Substitute.For<IGitHubClient>();
var client = new ObservableIssueCommentsClient(gitHubClient);
var options=new ApiOptions()
var options=new ApiOptions
{
StartPage = 1,
PageSize = 1,