branch: externals/org-gnosis
commit 8e421ae91d85aab0fe99cb3fba50e24ce511614b
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    [fix] tags--cleanup-orphaned: indentation.
---
 org-gnosis.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-gnosis.el b/org-gnosis.el
index 577cea46e5..a19ecaa093 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.

Reply via email to