Explorar el Código

formatted code

Gildas hace 7 años
padre
commit
59035efcc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      maff2html/single-file

+ 1 - 1
maff2html/single-file

@@ -82,7 +82,7 @@ const args = require("yargs")
 	.options("load-deferred-images", { description: "Load deferred (a.k.a. lazy-loaded) images" })
 	.boolean("load-deferred-images")
 	.options("load-deferred-images-max-idle-time", { description: "Maximum delay of time to wait for deferred images (in ms)" })
-	.number("load-deferred-images-max-idle-time")	
+	.number("load-deferred-images-max-idle-time")
 	.options("max-resource-size-enabled", { description: "Enable removal of embedded resources exceeding a given size" })
 	.boolean("max-resource-size-enabled")
 	.options("max-resource-size", { description: "Maximum size of embedded resources (i.e. images, stylesheets, scripts and iframes) (in MB)" })