format fix

This commit is contained in:
2021-07-07 12:10:57 -06:00
parent f3d4ea8411
commit 3c1b90444c

View File

@@ -172,7 +172,7 @@
entries) // TODO this includes entries that already had the tag in the changeset
(defcommand removeTags [entries (SelectedEntries 1 null)
tagsToRemove (VarText null)]
tagsToRemove (VarText null)]
(doFor e entries
(withWritableEntry archive e
(when (hasComponent e Tags)