From 6d032b66404aa4cd21a29fab2ea5294fd2615b9b Mon Sep 17 00:00:00 2001 From: pythops Date: Sat, 25 May 2024 22:15:55 +0200 Subject: [PATCH] fix linting --- src/help.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/help.rs b/src/help.rs index 6c9d7ae..acfa35d 100644 --- a/src/help.rs +++ b/src/help.rs @@ -26,10 +26,7 @@ impl Default for Help { "ctrl + n", "Start new chat and save the previous one to the history", ), - ( - "ctrl + s", - "Save the chat to file in the current directory", - ), + ("ctrl + s", "Save the chat to file in the current directory"), ("ctrl + h", "Show history"), ("ctrl + t", "Stop the stream response"), ("j or Down", "Scroll down"),