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

@ -114,4 +114,4 @@ export class GenericActorSheet extends ActorSheet {
this._expanded.delete(data.collapseId);
};
};
};
};

View file

@ -25,4 +25,4 @@ export class AspectSheet extends GenericItemSheet {
const ctx = {};
return ctx;
};
};
};

View file

@ -42,4 +42,4 @@ export class GenericItemSheet extends ItemSheet {
return ctx;
};
};
};

View file

@ -18,4 +18,4 @@ export class UntypedItemSheet extends GenericItemSheet {
const ctx = await super.getData();
return ctx;
};
};
};

View file

@ -45,4 +45,4 @@ export class MobSheet extends GenericActorSheet {
return ctx;
};
};
};

View file

@ -40,4 +40,4 @@ export class PlayerSheet extends GenericActorSheet {
return ctx;
};
};
};

View file

@ -30,4 +30,4 @@ export class AbstractSyncSheet extends GenericActorSheet {
html.find(`.use-rest-die`)
.on(`click`, this.actor.useRestDie.bind(this.actor));
};
};
};

View file

@ -4,4 +4,4 @@ export class BasicSyncSheet extends AbstractSyncSheet {
get template() {
return `systems/dotdungeon/templates/actors/sync/basic.hbs`;
};
};
};