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