Explorar el Código

formatted code

= hace 6 años
padre
commit
1edfcaba31
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/single-file/modules/css-fonts-minifier.js

+ 0 - 1
lib/single-file/modules/css-fonts-minifier.js

@@ -320,7 +320,6 @@ this.singlefile.lib.modules.fontsMinifier = this.singlefile.lib.modules.fontsMin
 						const firstRange = transformRange(range[0]);
 						const secondRange = firstRange;
 						regExpString = "[" + firstRange.replace(REGEXP_QUESTION_MARK, "0") + "-" + secondRange.replace(REGEXP_QUESTION_MARK, "F") + "]";
-
 					} else if (range[0]) {
 						regExpString = "[" + transformRange(range[0]) + "]";
 					}