From a98af33477977906f09c5141e47712c31dac3da9 Mon Sep 17 00:00:00 2001 From: Eldritch-Oliver Date: Tue, 16 Sep 2025 00:35:05 -0600 Subject: [PATCH] Tweak indentation to be more consistent with other applications --- module/apps/AttributeManager.mjs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/module/apps/AttributeManager.mjs b/module/apps/AttributeManager.mjs index b5f9ce7..c81bb1a 100644 --- a/module/apps/AttributeManager.mjs +++ b/module/apps/AttributeManager.mjs @@ -34,12 +34,8 @@ export class AttributeManager extends HandlebarsApplicationMixin(ApplicationV2) }; static PARTS = { - attributes: { - template: filePath(`templates/AttributeManager/attribute-list.hbs`), - }, - controls: { - template: filePath(`templates/AttributeManager/controls.hbs`), - }, + attributes: { template: filePath(`templates/AttributeManager/attribute-list.hbs`) }, + controls: { template: filePath(`templates/AttributeManager/controls.hbs`) }, }; // #endregion Options