Tweak indentation to be more consistent with other applications
This commit is contained in:
parent
171a133563
commit
a98af33477
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue