Skip to content

Commit 3b676f4

Browse files
author
Yui T
committed
Fix linting error
1 parent 36ef849 commit 3b676f4

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
@@ -13285,7 +13285,7 @@ namespace ts {
1328513285
attributesArray = [];
1328613286
attributesTable = createMap<Symbol>();
1328713287
}
13288-
const exprType = getApparentType(checkExpression(attributeDecl.expression))
13288+
const exprType = getApparentType(checkExpression(attributeDecl.expression));
1328913289
if (isTypeAny(exprType)) {
1329013290
hasSpreadAnyType = true;
1329113291
}

0 commit comments

Comments
 (0)