From eb2ef2298b75710f48a8be22960ff5052fabe16b Mon Sep 17 00:00:00 2001 From: sadan4 <117494111+sadan4@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:55:45 -0400 Subject: [PATCH] remove newline Co-authored-by: Scyye <97131358+Scyye@users.noreply.github.com> --- src/utils/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 3993dca3c..0f3520390 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -538,7 +538,6 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Antti", id: 312974985876471810n } - } satisfies Record); // iife so #__PURE__ works correctly