We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bd1b0 commit 0f6e25cCopy full SHA for 0f6e25c
src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/RazorHtmlWriter.cs
@@ -326,8 +326,7 @@ private void WriteNonHtmlToken(SyntaxToken token)
326
whitespaceIndex = -1;
327
}
328
329
- // If we didn't transition from whitespace to non-whitespace, be sure to
330
- // increment the C# content placeholder size so that we can write it later.
+ // Finally, be sure to increment the C# content placeholder size so that we can write it later.
331
_placeholderSize++;
332
333
0 commit comments