From 2a808b595446e6a596f494641eafbf2246788ffb Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 7 Jul 2021 12:10:57 -0600 Subject: [PATCH] format fix --- src/nat/ArchiveController.kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nat/ArchiveController.kiss b/src/nat/ArchiveController.kiss index 951e6fd..59f41ef 100644 --- a/src/nat/ArchiveController.kiss +++ b/src/nat/ArchiveController.kiss @@ -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)