Tweak indentation to be more consistent with other applications

This commit is contained in:
Eldritch-Oliver 2025-09-16 00:35:05 -06:00
parent 171a133563
commit a98af33477

View file

@ -34,12 +34,8 @@ export class AttributeManager extends HandlebarsApplicationMixin(ApplicationV2)
}; };
static PARTS = { static PARTS = {
attributes: { attributes: { template: filePath(`templates/AttributeManager/attribute-list.hbs`) },
template: filePath(`templates/AttributeManager/attribute-list.hbs`), controls: { template: filePath(`templates/AttributeManager/controls.hbs`) },
},
controls: {
template: filePath(`templates/AttributeManager/controls.hbs`),
},
}; };
// #endregion Options // #endregion Options