Add EOF newlines to all files that don't have it already for consistency

This commit is contained in:
Oliver-Akins 2024-02-10 22:55:45 -07:00
parent 0770f32ef5
commit 931b6a96d0
27 changed files with 27 additions and 27 deletions

View file

@ -155,4 +155,4 @@ export class PlayerData extends foundry.abstract.TypeDataModel {
inventoryString: new fields.StringField({ blank: true, trim: true }),
};
};
};
};

View file

@ -8,4 +8,4 @@ export class AspectItemData extends foundry.abstract.TypeDataModel {
info: new fields.HTMLField({ nullable: true, blank: false, trim: true }),
};
};
};
};

View file

@ -18,4 +18,4 @@ export class SpellItemData extends DescribedItemData {
}),
});
};
};
};

View file

@ -129,4 +129,4 @@ export class MappingField extends foundry.data.fields.ObjectField {
path.shift();
return this.model._getField(path);
}
}
};