Skip to content

Commit ed5c5c4

Browse files
committed
.
1 parent e6f5890 commit ed5c5c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/Handlebars.Test/BasicIntegrationTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,7 @@ public void GlobalDataPropagation(IHandlebars handlebars)
682682
input = new
683683
{
684684
first = 1,
685-
second = new
686-
{
685+
second = new {
687686
third = 3
688687
}
689688
}

0 commit comments

Comments
 (0)