Skip to content

Commit 73b480e

Browse files
committed
whitespace
1 parent edde4cd commit 73b480e

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
@@ -8551,7 +8551,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
85518551
if (r) { specifier = r; }
85528552
}
85538553
return specifier
8554-
}
8554+
}
85558555

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

0 commit comments

Comments
 (0)