From 9963ea452769f43fb9fe3f3edd23a8b45f49369d Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 17 Dec 2025 07:44:04 +0100 Subject: Prettier 3 --- src/api/util/utility/Base64.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/api/util') diff --git a/src/api/util/utility/Base64.ts b/src/api/util/utility/Base64.ts index c6d1257c..7426d22b 100644 --- a/src/api/util/utility/Base64.ts +++ b/src/api/util/utility/Base64.ts @@ -16,8 +16,7 @@ along with this program. If not, see . */ -const alphabet = - "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+"; +const alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+"; // binary to string lookup table const b2s = alphabet.split(""); -- cgit 1.5.1