From 6774e7996cbd5a770f628870ff9ddc5663dfb7bd Mon Sep 17 00:00:00 2001 From: Hesham Can't Fly Date: Sat, 9 May 2026 14:58:08 +0100 Subject: [PATCH] Update opencode-tools.el you forgot a parenthesis. --- opencode-tools.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode-tools.el b/opencode-tools.el index 1567b6f..047cfcc 100644 --- a/opencode-tools.el +++ b/opencode-tools.el @@ -126,7 +126,7 @@ the action resolves to `ask'." (upcase (symbol-name (or (plist-get diag :severity) 'info))) (plist-get diag :message))))) (when lines - (string-join lines "\n")))) + (string-join lines "\n"))))) (defun opencode--append-diagnostics (base-output diagnostics) "Append DIAGNOSTICS string to BASE-OUTPUT when present."