Skip to content

Commit b4ad6ab

Browse files
committed
whitespace
1 parent b53d409 commit b4ad6ab

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
@@ -8419,7 +8419,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
84198419
if (r) { specifier = r; }
84208420
}
84218421
return specifier
8422-
}
8422+
}
84238423

84248424
function getSpecifierForModuleSymbol(symbol: Symbol, context: NodeBuilderContext, overrideImportMode?: ResolutionMode) {
84258425
let file = getDeclarationOfKind<SourceFile>(symbol, SyntaxKind.SourceFile);

0 commit comments

Comments
 (0)