Skip to content

Commit 69e35cb

Browse files
author
Yui T
committed
Fix linting error
1 parent d4539bb commit 69e35cb

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
@@ -13234,7 +13234,7 @@ namespace ts {
1323413234
attributesArray = [];
1323513235
attributesTable = createMap<Symbol>();
1323613236
}
13237-
const exprType = getApparentType(checkExpression(attributeDecl.expression))
13237+
const exprType = getApparentType(checkExpression(attributeDecl.expression));
1323813238
if (isTypeAny(exprType)) {
1323913239
hasSpreadAnyType = true;
1324013240
}

0 commit comments

Comments
 (0)