Skip to content

Commit 8d1b0c0

Browse files
committed
f o r m a t
1 parent a47b73b commit 8d1b0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13062,7 +13062,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
1306213062
// copy index signature symbol as well (for quickinfo)
1306313063
const sourceIndex = getIndexSymbol(source.symbol);
1306413064
if (sourceIndex) {
13065-
symbolTable.set(InternalSymbolName.Index, sourceIndex);
13065+
symbolTable.set(InternalSymbolName.Index, sourceIndex);
1306613066
}
1306713067
members = symbolTable;
1306813068
}

0 commit comments

Comments
 (0)