branch: externals/minuet
commit 93056be9343e32a1bfcc8d8f386f86e5191b08b0
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    chore: pass linter test.
---
 minuet.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/minuet.el b/minuet.el
index 9d451e718d..e2c7b8b4d2 100644
--- a/minuet.el
+++ b/minuet.el
@@ -1,4 +1,4 @@
-;;; minuet.el --- Code completion using LLM. -*- lexical-binding: t; -*-
+;;; minuet.el --- Code completion using LLM -*- lexical-binding: t; -*-
 
 ;; Author: Milan Glacier <d...@milanglacier.com>
 ;; Maintainer: Milan Glacier <d...@milanglacier.com>
@@ -709,8 +709,7 @@ be used to accumulate text output from a process. After 
execution,
         (setq tmpl (replace-regexp-in-string "{{{.*}}}"
                                              ""
                                              tmpl))
-        tmpl
-        ))
+        tmpl))
 
 (defun minuet--openai-fim-complete-base (options get-text-fn context callback)
     (let ((total-try (or minuet-n-completions 1))

Reply via email to