Skip to content

Commit f1339ec

Browse files
Remove trailing WS
1 parent 0c1642a commit f1339ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ namespace ts.server {
733733
if (localeStr) {
734734
validateLocaleAndSetLanguage(localeStr, sys);
735735
}
736-
736+
737737
const typingSafeListLocation = findArgument("--typingSafeListLocation");
738738

739739
const useSingleInferredProject = hasArgument("--useSingleInferredProject");

0 commit comments

Comments
 (0)