Skip to content

Commit 5f1fe37

Browse files
Fix line endings in program.ts
1 parent 68085fc commit 5f1fe37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/program.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ namespace ts {
144144
let program: Program;
145145
let files: SourceFile[] = [];
146146
let diagnostics = createDiagnosticCollection();
147-
147+
148148
let commonSourceDirectory: string;
149149
let diagnosticsProducingTypeChecker: TypeChecker;
150150
let noDiagnosticsTypeChecker: TypeChecker;
@@ -678,4 +678,4 @@ namespace ts {
678678
}
679679
}
680680
}
681-
}
681+
}

0 commit comments

Comments
 (0)