From e0e40cd7ed4cfd7f7b34695d1a30edff46f92904 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 18:20:10 +0000 Subject: [PATCH] chore: code formatting --- .github/scripts/build.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build.mjs b/.github/scripts/build.mjs index 9c281ffb..a9973f89 100644 --- a/.github/scripts/build.mjs +++ b/.github/scripts/build.mjs @@ -174,7 +174,7 @@ function testcase(name, env, args) { result.uses = "lowlighter/metrics@master" Object.assign(result.with, { output_action: "none", delay: 120 }) - for (const {property, value} of [{property: "user", value: "lowlighter"}, {property:"plugins_errors_fatal", value: "yes"}]) { + for (const { property, value } of [{ property: "user", value: "lowlighter" }, { property: "plugins_errors_fatal", value: "yes" }]) { if (!(property in result.with)) result.with[property] = value }