From 39dfbb0713d2daf23e6fcc5d39e7c7f23d40fb08 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 13 Jan 2025 17:05:09 +0000 Subject: [PATCH] Formatting --- src/app/features/room/RoomInput.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/features/room/RoomInput.tsx b/src/app/features/room/RoomInput.tsx index ec397050..ac41c1c6 100644 --- a/src/app/features/room/RoomInput.tsx +++ b/src/app/features/room/RoomInput.tsx @@ -52,7 +52,8 @@ import { trimCustomHtml, isEmptyEditor, getBeginCommand, - trimCommand, BlockType, + trimCommand, + BlockType, } from '../../components/editor'; import { EmojiBoard, EmojiBoardTab } from '../../components/emoji-board'; import { UseStateProvider } from '../../components/UseStateProvider';