Fix style and whitespace

This commit is contained in:
Kanchalai Tanglertsampan
2016-03-30 11:08:37 -07:00
parent 1bc5749612
commit 0ba4a2c9fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ namespace Harness {
}
export function getDefaultLibFileName(options: ts.CompilerOptions): string {
return options.target === ts.ScriptTarget.ES6 ? es2015DefaultLibFileName : defaultLibFileName
return options.target === ts.ScriptTarget.ES6 ? es2015DefaultLibFileName : defaultLibFileName;
}
// Cache these between executions so we don't have to re-parse them for every test
+1 -1
View File
@@ -4106,4 +4106,4 @@ interface Date {
* @param options An object that contains one or more properties that specify comparison options.
*/
toLocaleTimeString(locale?: string, options?: Intl.DateTimeFormatOptions): string;
}
}