Skip to content

Commit 0f6e25c

Browse files
CR Feedback: Improve comment
1 parent 49bd1b0 commit 0f6e25c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,7 @@ private void WriteNonHtmlToken(SyntaxToken token)
326326
whitespaceIndex = -1;
327327
}
328328

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.
329+
// Finally, be sure to increment the C# content placeholder size so that we can write it later.
331330
_placeholderSize++;
332331
}
333332

0 commit comments

Comments
 (0)