From 3437ba1bbefda8fec367e419b48575b7b755584d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 2 Apr 2024 19:28:44 +0300 Subject: gnosis-dashboard-output-note: style --- gnosis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnosis.el b/gnosis.el index 6c3ac3c..fc229b1 100644 --- a/gnosis.el +++ b/gnosis.el @@ -1581,7 +1581,7 @@ to improve readability." (cl-loop for item in (append (gnosis-select '[main options answer tags type] 'notes `(= id ,id) t) (gnosis-select 'suspend 'review-log `(= id ,id) t)) if (listp item) - collect (mapconcat #'identity item ", ") + collect (mapconcat #'identity item ",") else collect (prin1-to-string item))) -- cgit v1.2.3