Skip to content

Commit cd2e39b

Browse files
CR Feedback: Add blank line between methods
Co-authored-by: Jan Jones <[email protected]>
1 parent 0b68998 commit cd2e39b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/RazorHtmlWriter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ private WriterScope NonHtmlScope()
238238

239239
private WriterScope HtmlScope()
240240
=> new(this, isWritingHtml: true);
241+
241242
private void WriteHtmlToken(SyntaxToken token)
242243
{
243244
var content = token.Content;

0 commit comments

Comments
 (0)