Skip to content

Commit a44c3f2

Browse files
author
Kanchalai Tanglertsampan
committed
Fix linting error
1 parent 3d19782 commit a44c3f2

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
@@ -11881,7 +11881,7 @@ namespace ts {
1188111881
function getJsxAttributesSymbolArrayFromAttributesProperty(openingLikeElement: JsxOpeningLikeElement): Symbol[] | undefined {
1188211882
const attributes = openingLikeElement.attributes;
1188311883
let attributesTable = createMap<Symbol>();
11884-
let spread: Type = emptyObjectType
11884+
let spread: Type = emptyObjectType;
1188511885
let attributesArray: Symbol[] = [];
1188611886
for (const attributeDecl of attributes.properties) {
1188711887
const member = attributeDecl.symbol;

0 commit comments

Comments
 (0)