chore: code formatting

This commit is contained in:
github-actions[bot]
2022-01-17 18:20:10 +00:00
parent 7c7f235684
commit e0e40cd7ed

View File

@@ -174,7 +174,7 @@ function testcase(name, env, args) {
result.uses = "lowlighter/metrics@master" result.uses = "lowlighter/metrics@master"
Object.assign(result.with, { output_action: "none", delay: 120 }) 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)) if (!(property in result.with))
result.with[property] = value result.with[property] = value
} }