From faead03310ffcdbec63ea977fdeea6d3c7b8735e Mon Sep 17 00:00:00 2001
From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Date: Sat, 29 Jun 2024 18:24:08 +0900
Subject: [PATCH] lint

---
 packages/frontend/src/local-storage.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/frontend/src/local-storage.ts b/packages/frontend/src/local-storage.ts
index 598ce7da08..8803801f47 100644
--- a/packages/frontend/src/local-storage.ts
+++ b/packages/frontend/src/local-storage.ts
@@ -45,7 +45,6 @@ export type Keys =
 // セッション毎に廃棄されるLocalStorage代替(embedなどで使用)
 const safeSessionStorage = new Map<Keys, string>();
 
-
 const embedPage = isEmbedPage();
 
 export const miLocalStorage = {