remove newline

Co-authored-by: Scyye <97131358+Scyye@users.noreply.github.com>
This commit is contained in:
sadan4 2024-07-02 10:55:45 -04:00 committed by GitHub
parent f5dffe12c2
commit eb2ef2298b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -538,7 +538,6 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "Antti", name: "Antti",
id: 312974985876471810n id: 312974985876471810n
} }
} satisfies Record<string, Dev>); } satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly // iife so #__PURE__ works correctly