From 867e1007d1c2c459057b0db3549661b4e2c7ef1b Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 2 Apr 2024 17:20:08 +0530 Subject: [PATCH] Remove superfluous newline --- src/khoj/interface/web/chat.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html index 3a722e32..95ad2438 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -882,7 +882,6 @@ To get started, just start typing below. You can also type / to see a list of co finalizeChatBodyResponse(websocketState.references, websocketState.newResponseText); // Reset variables - websocketState = { newResponseText: null, newResponseElement: null,