Explorar o código

removed unneeded whitespace

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
eba7e92fd8
Modificáronse 1 ficheiros con 1 adicións e 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);