From 4fdbc5adaeb957f694017694d04753e620b09037 Mon Sep 17 00:00:00 2001 From: clawbot Date: Fri, 27 Feb 2026 14:10:37 -0800 Subject: [PATCH] fmt: prettier format content/index.js --- src/content/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/index.js b/src/content/index.js index cfa16e1..a31aed7 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -26,7 +26,10 @@ if (typeof browser !== "undefined") { uuid = crypto.randomUUID(); storage.set({ eip6963Uuid: uuid }); } - window.postMessage({ type: "AUTISTMASK_PROVIDER_UUID", uuid }, location.origin); + window.postMessage( + { type: "AUTISTMASK_PROVIDER_UUID", uuid }, + location.origin, + ); }); })();