summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-04-02 19:28:44 +0300
committerThanos Apollo <[email protected]>2024-04-02 19:28:44 +0300
commit3437ba1bbefda8fec367e419b48575b7b755584d (patch)
tree2f165d011bdacd18062add1c21116d7d951fbe45 /gnosis.el
parent379530d8603fa1811fbbc28af2fa221dab58fd40 (diff)
gnosis-dashboard-output-note: style
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
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)))