Skip to content

Commit 9ca08a4

Browse files
author
Kanchalai Tanglertsampan
committed
Fix linting
1 parent fc6eee1 commit 9ca08a4

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
@@ -12884,7 +12884,7 @@ namespace ts {
1288412884
function getJsxGlobalStatelessElementType(): Type {
1288512885
if (!deferredJsxStatelessElementType) {
1288612886
const jsxElementType = getJsxGlobalElementType();
12887-
if (jsxElementType){
12887+
if (jsxElementType) {
1288812888
deferredJsxStatelessElementType = getUnionType([jsxElementType, nullType]);
1288912889
}
1289012890
}

0 commit comments

Comments
 (0)