all: fix formatting
diff --git a/webui/src/data.ts b/webui/src/data.ts
index ea10819..0a02159 100644
--- a/webui/src/data.ts
+++ b/webui/src/data.ts
@@ -375,8 +375,6 @@
     }
   }
 
-
-
   /**
    * Download the conversation data
    */
diff --git a/webui/src/web-components/sketch-app-shell.ts b/webui/src/web-components/sketch-app-shell.ts
index d65093c..7ea43c7 100644
--- a/webui/src/web-components/sketch-app-shell.ts
+++ b/webui/src/web-components/sketch-app-shell.ts
@@ -387,8 +387,6 @@
     first_message_index: 0,
   };
 
-
-
   // Mutation observer to detect when new messages are added
   private mutationObserver: MutationObserver | null = null;
 
@@ -927,8 +925,6 @@
     }
   }
 
-
-
   async _handleMutlipleChoiceSelected(e: CustomEvent) {
     const chatInput = this.shadowRoot?.querySelector(
       "sketch-chat-input",
@@ -1128,8 +1124,6 @@
       <div id="chat-input">
         <sketch-chat-input @send-chat="${this._sendChat}"></sketch-chat-input>
       </div>
-
-
     `;
   }