From a95265985898874502087a6173a2107ad7f7b25c Mon Sep 17 00:00:00 2001
From: syuilo <4439005+syuilo@users.noreply.github.com>
Date: Fri, 18 Oct 2024 16:39:56 +0900
Subject: [PATCH] Update packages/frontend/.storybook/fakes.ts
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
---
 packages/frontend/.storybook/fakes.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/frontend/.storybook/fakes.ts b/packages/frontend/.storybook/fakes.ts
index 52f9b40aa7..0447ff634d 100644
--- a/packages/frontend/.storybook/fakes.ts
+++ b/packages/frontend/.storybook/fakes.ts
@@ -250,7 +250,7 @@ export function renotedFromChannelnote(id = "somenoteId") {
 }
 
 // チャンネルへRenoteされたTLのNoteは renoteにnoteを入れる ベースはchannelNoteである
-export function renotedToChannel(id = "somenoteId"){
+export function renotedToChannel(id = "somenoteId") {
 	return {
 		...channelNote(),
 		renote: note(),