Skip to content

Commit 6ff3fc8

Browse files
author
Kang Tu
committed
fix indent
1 parent 0249198 commit 6ff3fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai-code-discussion.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ Argument ARG is the prefix argument."
174174
(concat "\n\nNote: Please focus on how to fix the error. Your response should include:\n"
175175
"1. A brief explanation of the root cause of the error.\n"
176176
"2. A code snippet with the fix.\n"
177-
"3. An explanation of how the fix addresses the error.")))
178-
(ai-code--insert-prompt final-prompt))))
177+
"3. An explanation of how the fix addresses the error."))))
178+
(ai-code--insert-prompt final-prompt)))
179179

180180
;;;###autoload
181181
(defun ai-code-explain ()

0 commit comments

Comments
 (0)