Add missing newline

This commit is contained in:
Oliver-Akins 2024-04-07 23:54:44 -06:00
parent 4efa89915a
commit 1d148d39db

View file

@ -172,4 +172,4 @@ export class PlayerSheetv2 extends GenericActorSheet {
console.log(args) console.log(args)
super._updateObject(...args); super._updateObject(...args);
}; };
} }