Respond to code review comments

This commit is contained in:
Mohamed Hegazy
2015-05-27 10:20:01 -07:00
parent e7eef830e1
commit 2cbe14e131
3 changed files with 10 additions and 7 deletions

View File

@@ -286,7 +286,7 @@ module ts {
}
}
function getCompilerOptionsDiagnostics(): Diagnostic[]{
function getCompilerOptionsDiagnostics(): Diagnostic[] {
let allDiagnostics: Diagnostic[] = [];
addRange(allDiagnostics, diagnostics.getGlobalDiagnostics());
return sortAndDeduplicateDiagnostics(allDiagnostics);