Skip to content

Commit 07e6ac4

Browse files
committed
dotnet format
1 parent 3d94d7b commit 07e6ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Elastic.Markdown.Tests/Inline/SubstitutionTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class SupportsSubstitutionsFromDocSet(ITestOutputHelper output) : InlineT
9797
The following should be subbed: {{hello-world}}
9898
The following should be subbed as well: {{global-var}}
9999
"""
100-
, new () {{"global-var", "A variable from docset.yml"}}
100+
, new() { { "global-var", "A variable from docset.yml" } }
101101
)
102102
{
103103

@@ -119,7 +119,7 @@ public class CanNotShadeGlobalVariables(ITestOutputHelper output) : InlineTest(o
119119
The following should be subbed: {{hello-world}}
120120
The following should be subbed as well: {{hello-world}}
121121
"""
122-
, new () {{"hello-world", "A variable from docset.yml"}}
122+
, new() { { "hello-world", "A variable from docset.yml" } }
123123
)
124124
{
125125

0 commit comments

Comments
 (0)