From 27e8dc720f56dfb6191efca7962e10a34c309988 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:02:51 +0000 Subject: [PATCH] chore: code formatting --- source/plugins/community/splatoon/index.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/plugins/community/splatoon/index.mjs b/source/plugins/community/splatoon/index.mjs index ce0998ef..d73ca4ea 100644 --- a/source/plugins/community/splatoon/index.mjs +++ b/source/plugins/community/splatoon/index.mjs @@ -2,7 +2,7 @@ import assets from "./assets.mjs" //Setup -export default async function({login, q, imports, data, account}, {enabled = false, extras = false, token, "statink.token":_statink_token} = {}) { +export default async function({login, q, imports, data, account}, {enabled = false, extras = false, token, "statink.token": _statink_token} = {}) { //Plugin execution try { //Check if plugin is enabled and requirements are met @@ -26,7 +26,7 @@ export default async function({login, q, imports, data, account}, {enabled = fal console.debug(`metrics/compute/${login}/plugins > splatoon > stat.ink api key set`) } else { - data.warnings.push({warning:{message:'"plugin_splatoon_statink" is set without "plugin_splatoon_statink_token"'}}) + data.warnings.push({warning: {message: '"plugin_splatoon_statink" is set without "plugin_splatoon_statink_token"'}}) console.debug(`metrics/compute/${login}/plugins > splatoon > stat.ink api key missing`) } }