From 791c7d1d8e17f7b3eadb42df123fc560e564d81a Mon Sep 17 00:00:00 2001
From: fly_mc <me@flymc.cc>
Date: Wed, 11 Dec 2024 17:34:38 +0800
Subject: [PATCH] lint

---
 packages/frontend/src/store.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts
index a6fbaf254..b8d282a72 100644
--- a/packages/frontend/src/store.ts
+++ b/packages/frontend/src/store.ts
@@ -9,10 +9,10 @@ import { hemisphere } from '@@/js/intl-const.js';
 import lightTheme from '@@/themes/p-light2.json5';
 import darkTheme from '@@/themes/p-dark2.json5';
 import type { SoundType } from '@/scripts/sound.js';
+import type { Ast } from '@syuilo/aiscript';
 import { DEFAULT_DEVICE_KIND, type DeviceKind } from '@/scripts/device-kind.js';
 import { miLocalStorage } from '@/local-storage.js';
 import { Storage } from '@/pizzax.js';
-import type { Ast } from '@syuilo/aiscript';
 
 interface PostFormAction {
 	title: string,
@@ -555,7 +555,7 @@ export const defaultStore = markRaw(new Storage('base', {
 		where: 'device',
 		default: false,
 	},
-	emojiAutoSpacing : {
+	emojiAutoSpacing: {
 		where: 'device',
 		default: true,
 	},