branch: elpa/gnosis
commit 27a4844b5059153457546fac7de17e7d6fc115a4
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
db--schemata: Fix indentation and remove white space.
---
gnosis.el | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnosis.el b/gnosis.el
index 045ab9023db..9e19402f585 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2291,15 +2291,15 @@ Return thema ids for themata that match QUERY."
(review-image string)]
(:foreign-key [id] :references themata [id]
:on-delete :cascade)))
- (tags
- ([(tag text :primary-key)]
- (:unique [tag])))
- (links
- ([(source text)
- (dest text)]
- (:foreign-key [source] :references themata [id]
- :on-delete :cascade)
- (:unique [source dest])))))
+ (tags
+ ([(tag text :primary-key)]
+ (:unique [tag])))
+ (links
+ ([(source text)
+ (dest text)]
+ (:foreign-key [source] :references themata [id]
+ :on-delete :cascade)
+ (:unique [source dest])))))
(defun gnosis-update--make-list (column)
"Make COLUMN values into a list."