Skip to content

Commit 0ba4a2c

Browse files
author
Kanchalai Tanglertsampan
committed
Fix style and whitespace
1 parent 1bc5749 commit 0ba4a2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/harness/harness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ namespace Harness {
828828
}
829829

830830
export function getDefaultLibFileName(options: ts.CompilerOptions): string {
831-
return options.target === ts.ScriptTarget.ES6 ? es2015DefaultLibFileName : defaultLibFileName
831+
return options.target === ts.ScriptTarget.ES6 ? es2015DefaultLibFileName : defaultLibFileName;
832832
}
833833

834834
// Cache these between executions so we don't have to re-parse them for every test

src/lib/es5.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4106,4 +4106,4 @@ interface Date {
41064106
* @param options An object that contains one or more properties that specify comparison options.
41074107
*/
41084108
toLocaleTimeString(locale?: string, options?: Intl.DateTimeFormatOptions): string;
4109-
}
4109+
}

0 commit comments

Comments
 (0)