all: fix formatting
diff --git a/webui/src/web-components/sketch-app-shell.ts b/webui/src/web-components/sketch-app-shell.ts
index a95c37c..dc3bb6e 100644
--- a/webui/src/web-components/sketch-app-shell.ts
+++ b/webui/src/web-components/sketch-app-shell.ts
@@ -844,7 +844,7 @@
       if (this.viewMode !== "chat") {
         this.toggleViewMode("chat", true);
       }
-      
+
       // Send the message to the server
       const response = await fetch("chat", {
         method: "POST",