Skip to content

Commit 1b55216

Browse files
committed
Fix broken test
1 parent 5c7a847 commit 1b55216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/Formatting_NetFx/DocumentFormattingTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,7 +3286,7 @@ await RunFormattingTestAsync(
32863286
.ToString())
32873287
32883288
@{
3289-
var x = @<p>Hi there!</p>
3289+
var x = @<p>Hi there!</p>;
32903290
}
32913291
@x()
32923292
@(@x())
@@ -3329,7 +3329,7 @@ class C
33293329
.ToString())
33303330
33313331
@{
3332-
var x = @<p>Hi there!</p>
3332+
var x = @<p>Hi there!</p>;
33333333
}
33343334
@x()
33353335
@(@x())

0 commit comments

Comments
 (0)