Fix indent

This commit is contained in:
lowlighter
2021-03-16 13:55:44 +01:00
parent 97548177aa
commit 389a599a5e
2 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
import util from "util"
import SVGO from "svgo"
//Setup
export default async function metrics({login, q}, {graphql, rest, plugins, conf, die = false, verify = false, convert = null}, {Plugins, Templates}) {
//Compute rendering
try {
@@ -88,7 +89,7 @@
else
console.debug(`metrics/compute/${login} > optimize > this feature is currently disabled due to display issues (use --optimize flag in experimental features to force enable it)`)
}
//Verify SVG
//Verify svg
if (verify) {
console.debug(`metrics/compute/${login} > verify SVG`)
const libxmljs = (await import("libxmljs")).default