Skip to content

Commit

Permalink
Remove trailing WS
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanCavanaugh authored Mar 24, 2017
1 parent 0c1642a commit f1339ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ namespace ts.server {
if (localeStr) {
validateLocaleAndSetLanguage(localeStr, sys);
}

const typingSafeListLocation = findArgument("--typingSafeListLocation");

const useSingleInferredProject = hasArgument("--useSingleInferredProject");
Expand Down

0 comments on commit f1339ec

Please sign in to comment.