format fix

This commit is contained in:
2021-07-07 12:10:57 -06:00
parent 2760a10538
commit 2a808b5954

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)