Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed May 25, 2024
1 parent e8b4254 commit 6d032b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 6d032b6

Please sign in to comment.