fmt: prettier format content/index.js
check / check (push) Successful in 21s

This commit is contained in:
2026-02-27 14:10:37 -08:00
rodzic 85427e1fd4
commit 4fdbc5adae
+4 -1
Wyświetl plik
@@ -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,
);
});
})();