From 7bdb9b1abce2c97591b3d9fc4f2a86f739a05c94 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 5 May 2021 23:06:57 +0200 Subject: [PATCH] Apply formatting --- source/plugins/activity/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/activity/index.mjs b/source/plugins/activity/index.mjs index 8fe72189..0a66c2c6 100644 --- a/source/plugins/activity/index.mjs +++ b/source/plugins/activity/index.mjs @@ -19,7 +19,7 @@ export default async function({login, data, rest, q, account, imports}, {enabled if (!days) days = Infinity skipped.push(...data.shared["repositories.skipped"]) - const pages = Math.ceil(limit/100) + const pages = Math.ceil(limit / 100) const codelines = 2 //Get user recent activity