style: formatting

This commit is contained in:
2026-07-18 07:52:01 +05:00
parent 81f5be4cd3
commit 4c14d0ae25
13 changed files with 41 additions and 36 deletions
+1 -3
View File
@@ -279,9 +279,7 @@ export async function runEditTaskTags(
seen.add(tag);
items.push({
label: tag,
description: catalog.includes(tag)
? undefined
: "will add to config",
description: catalog.includes(tag) ? undefined : "will add to config",
tag,
});
}