Skip to content

Commit 5fcef13

Browse files
committed
Fix test output
This is an unfortunate regression, but IMO the PR still makes for a better overall formatting experience
1 parent 1b55216 commit 5fcef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ await RunFormattingTestAsync(
307307
@{
308308
RenderFragment fragment =
309309
@<Component1 Id="Comp1"
310-
Caption="Title">
310+
Caption="Title">
311311
</Component1>;
312312
}
313313
</Component1>

0 commit comments

Comments
 (0)