summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <public@thanosapollo.org>2026-02-23 00:27:03 +0200
committerThanos Apollo <public@thanosapollo.org>2026-02-23 00:48:28 +0200
commit8e421ae91d85aab0fe99cb3fba50e24ce511614b (patch)
tree1fa78564de4d97cc15aeccf6b67b19cddf264021
parentaa6f9bc3bc49dc582ad0fa93241e8e26779eb87a (diff)
[fix] tags--cleanup-orphaned: indentation.
-rw-r--r--org-gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-gnosis.el b/org-gnosis.el
index 577cea4..a19ecaa 100644
--- a/org-gnosis.el
+++ b/org-gnosis.el
@@ -423,7 +423,7 @@ If JOURNAL is non-nil, update file as a journal entry."
"Remove orphaned tags that have no associated nodes."
(emacsql (org-gnosis-db-get)
[:delete :from tags
- :where (not-in tag [:select :distinct tag :from node-tag])]))
+ :where (not-in tag [:select :distinct tag :from node-tag])]))
(defun org-gnosis-update-file (&optional file)
"Update contents of FILE in database.