mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 20:45:51 +00:00
Redundant braces of argument list were removed (#1277)
This commit is contained in:
committed by
Brendan Forster
parent
cdc708450f
commit
db839f58d4
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user