Skip to content

Commit 631d44d

Browse files
ljunkieCopilot
andauthored
Update src/formatters/InteriorWhitespaceFormatter.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 456f91d commit 631d44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatters/InteriorWhitespaceFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class InteriorWhitespaceFormatter {
8383
if (token.kind === TokenKind.Whitespace && isPastFirstTokenOfLine === false) {
8484
continue;
8585
}
86-
// skip past any replacement identifiers
86+
// skip replacement identifiers during whitespace formatting
8787
if (token.kind === TokenKind.ReplacementIdentifier) {
8888
continue;
8989
}

0 commit comments

Comments
 (0)