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
@@ -116,7 +116,7 @@ namespace Octokit.Tests.Models
[Fact]
public void UsesParameterAttributeForKey()
{
var model = new WithPropertyNameDifferentFromKey() { LongPropertyName = "verbose" };
var model = new WithPropertyNameDifferentFromKey { LongPropertyName = "verbose" };
var result = model.ToParametersDictionary();