Skip to content

Commit 9ca8045

Browse files
Fix linter errors
1 parent 273617c commit 9ca8045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compiler/checker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21357,7 +21357,8 @@ namespace ts {
2135721357
if (isCallExpression(node)) {
2135821358
if (isPropertyAccessExpression(node.expression)) {
2135921359
return node.expression.name;
21360-
} else {
21360+
}
21361+
else {
2136121362
return node.expression;
2136221363
}
2136321364
}

0 commit comments

Comments
 (0)