Remove trailing WS

This commit is contained in:
Ryan Cavanaugh 2017-03-24 16:07:23 -07:00 committed by GitHub
parent 0c1642a8b7
commit f1339ecb8e

View File

@ -733,7 +733,7 @@ namespace ts.server {
if (localeStr) {
validateLocaleAndSetLanguage(localeStr, sys);
}
const typingSafeListLocation = findArgument("--typingSafeListLocation");
const useSingleInferredProject = hasArgument("--useSingleInferredProject");