8000 Fix linter comments · sweshgit/TypeScript@87a00c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87a00c3

Browse files
committed
Fix linter comments
1 parent c3cfebf commit 87a00c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ namespace ts {
22212221
}
22222222
if (isBindingPattern(bindingElement.name)) {
22232223
buildBindingPatternDisplay(<BindingPattern>bindingElement.name, writer, enclosingDeclaration, flags, symbolStack);
2224-
}
2224+
}
22252225
else {
22262226
if (bindingElement.dotDotDotToken) {
22272227
writePunctuation(writer, SyntaxKind.DotDotDotToken);

0 commit comments

Comments
 (0)
0