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(),