Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ajv-keywords / keywords / dotjs / switch.js
index 6efefe406524a4a26400f7d7ba20333b27868b3c..0a3fb80cdaa4e7aee3a95ca260235df815502117 100644 (file)
@@ -124,7 +124,6 @@ module.exports = function generate_switch(it, $keyword, $ruleType) {
       $shouldContinue = $sch.continue
     }
   }
-  out += '' + ($closingBraces) + 'var ' + ($valid) + ' = ' + ($nextValid) + '; ';
-  out = it.util.cleanUpCode(out);
+  out += '' + ($closingBraces) + 'var ' + ($valid) + ' = ' + ($nextValid) + ';';
   return out;
 }