From ee944af476f144fc390c092aaf38fb23c915d869 Mon Sep 17 00:00:00 2001 From: Imad Saddik Date: Sat, 14 Mar 2026 06:54:26 +0000 Subject: [PATCH] style: fix indentation and formatting in ChatForm.svelte --- .../src/lib/components/app/chat/ChatForm/ChatForm.svelte | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte b/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte index 1cd7c3018c..7bc0dd107c 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte @@ -125,7 +125,7 @@ * */ - let widthClasses = $derived(chatWidthClasses()); + let widthClasses = $derived(chatWidthClasses()); // Configuration let currentConfig = $derived(config()); @@ -576,8 +576,7 @@ />