From ec104c44cb8d818802c5ce4bcd3fd0640ac052b0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 02:26:54 +0000 Subject: [PATCH] Prettier format pending files --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index be4f6a96..e74bfe30 100644 --- a/index.html +++ b/index.html @@ -200,7 +200,7 @@ array[6] = (array[6] & 0x0f) | 0x40; array[8] = (array[8] & 0x3f) | 0x80; const hex = Array.from(array).map((b) => - b.toString(16).padStart(2, "0") + b.toString(16).padStart(2, "0"), ); return [ hex.slice(0, 4).join(""),