chore: code formatting

This commit is contained in:
github-actions[bot]
2022-08-06 04:50:31 +00:00
parent 587ceecc84
commit e437a4da7c
6 changed files with 41 additions and 36 deletions

View File

@@ -371,7 +371,7 @@ metadata.plugin = async function({__plugins, __templates, name, logger}) {
return null
}
})(),
]).filter(([key, value]) => (value)&&(!((name === "base")&&(key === "repositories")))),
]).filter(([key, value]) => (value) && (!((name === "base") && (key === "repositories")))),
)
}