Skip to content

Commit 20a93d1

Browse files
committed
whitespace
1 parent 14210d1 commit 20a93d1

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
@@ -8417,7 +8417,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
84178417
if (r) { specifier = r; }
84188418
}
84198419
return specifier
8420-
}
8420+
}
84218421

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

0 commit comments

Comments
 (0)