Skip to content

Commit a490ef4

Browse files
committed
Fix formatting
1 parent 2739399 commit a490ef4

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
@@ -28816,7 +28816,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
2881628816
forEachChild(node, markAssignments);
2881728817
}
2881828818
}
28819-
}
28819+
}
2882028820

2882128821
function isConstantVariable(symbol: Symbol) {
2882228822
return symbol.flags & SymbolFlags.Variable && (getDeclarationNodeFlagsFromSymbol(symbol) & NodeFlags.Constant) !== 0;

0 commit comments

Comments
 (0)