From 0937317aa7dc6b3dbe883a7e397fa47f3b49bc6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 04:18:57 +0000 Subject: [PATCH] chore: code formatting --- source/app/metrics/metadata.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/metrics/metadata.mjs b/source/app/metrics/metadata.mjs index 63593762..fbae3ea1 100644 --- a/source/app/metrics/metadata.mjs +++ b/source/app/metrics/metadata.mjs @@ -101,7 +101,7 @@ metadata.plugin = async function({__plugins, __templates, name, logger}) { //Category if (!categories.includes(meta.category)) meta.category = "community" - if ((meta.category === "github")&&(!meta.disclaimer)) + if ((meta.category === "github") && (!meta.disclaimer)) meta.disclaimer = "This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with [GitHub](https://github.com).\nAll product and company names are trademarks™ or registered® trademarks of their respective holders." //Inputs parser