From 66259ed229167691b23ed4377f6e01ce0770e55c Mon Sep 17 00:00:00 2001 From: gabek Date: Sun, 29 Aug 2021 23:59:14 +0000 Subject: [PATCH] Prettified Code! --- webroot/js/components/chat/chat.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webroot/js/components/chat/chat.js b/webroot/js/components/chat/chat.js index 7aad405a1..169dfb321 100644 --- a/webroot/js/components/chat/chat.js +++ b/webroot/js/components/chat/chat.js @@ -5,10 +5,7 @@ const html = htm.bind(h); import Message from './message.js'; import ChatInput from './chat-input.js'; import { CALLBACKS, SOCKET_MESSAGE_TYPES } from '../../utils/websocket.js'; -import { - jumpToBottom, - debounce, -} from '../../utils/helpers.js'; +import { jumpToBottom, debounce } from '../../utils/helpers.js'; import { extraUserNamesFromMessageHistory } from '../../utils/chat.js'; import { URL_CHAT_HISTORY,