From c57eeb134d2077587c4b624686a2b523d9d93731 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 21 Jul 2024 16:00:01 +0200 Subject: [PATCH] removed empty line --- api_webchat/messageInput.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api_webchat/messageInput.js b/api_webchat/messageInput.js index 358e3cc2..94d95547 100644 --- a/api_webchat/messageInput.js +++ b/api_webchat/messageInput.js @@ -20,7 +20,6 @@ * The original code has been released under the Apache License, Version 2.0. */ - const messageInputTemplate = document.createElement('template'); const messagesInputStyle = document.createElement('style');