Explorar el Código

removed unneeded whitespace

Gildas hace 7 años
padre
commit
eba7e92fd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/single-file/css-rules-minifier.js

+ 1 - 1
lib/single-file/css-rules-minifier.js

@@ -112,7 +112,7 @@ this.cssMinifier = this.cssMinifier || (() => {
 				const ruleSelectorText = ruleInfo.selectorsText[selectorTextIndex];
 				if (ruleInfo.matchedSelectors.has(ruleSelectorText)) {
 					if (selectorText) {
-						selectorText += ", ";
+						selectorText += ",";
 					}
 					newSelectors.push(ruleInfo.selectors[selectorTextIndex]);
 					newSelectorsText.push(ruleSelectorText);