Reformat with prettier

This commit is contained in:
Manuel Vögele
2022-09-28 07:35:16 +02:00
parent 71424cd284
commit 5e82049686
19 changed files with 956 additions and 710 deletions
+2 -2
View File
@@ -24,13 +24,13 @@ export function getDefaultSpeedAttribute() {
case "splittermond":
return "actor.derivedValues.speed.value";
}
return ""
return "";
}
export function getDefaultDashMultiplier() {
switch (game.system.id) {
case "swade":
return 0
return 0;
case "dcc":
case "dnd4e":
case "dnd5e":