1
0
Fork 0

Remove redundant newline

This commit is contained in:
Bram Schoenmakers 2024-01-14 09:43:32 +01:00
parent 796018bc23
commit 113f98500d
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -313,7 +313,6 @@ list of conses."
(when kagi-summarizer-default-language
`(("target_language" . ,kagi-summarizer-default-language)))))
(defconst kagi--summarizer-min-input-words 50
"The minimal amount of words that the text input should have.")