Remove double space.

This commit is contained in:
Daniel Rosenwasser 2021-11-08 10:54:50 -08:00
parent f6a993f394
commit c9f6b0750a

View file

@ -9,7 +9,7 @@ namespace ts.codefix {
registerCodeFix({
errorCodes,
getCodeActions: function getCodeActionsToDisableJsDiagnostics(context) {
getCodeActions: function getCodeActionsToDisableJsDiagnostics(context) {
const { sourceFile, program, span, host, formatContext } = context;
if (!isInJSFile(sourceFile) || !isCheckJsEnabledForFile(sourceFile, program.getCompilerOptions())) {