Skip to content

Commit 3751b25

Browse files
committed
Fixed indentation
1 parent ba61c63 commit 3751b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4010,7 +4010,7 @@ module ts {
40104010

40114011
function processReferencedFiles(file: SourceFile, basePath: string) {
40124012
forEach(file.referencedFiles, ref => {
4013-
processSourceFile(normalizePath(combinePaths(basePath, ref.filename)), /* isDefaultLib */ false, file, ref.pos, ref.end);
4013+
processSourceFile(normalizePath(combinePaths(basePath, ref.filename)), /* isDefaultLib */ false, file, ref.pos, ref.end);
40144014
});
40154015
}
40164016

0 commit comments

Comments
 (0)