format & lint

This commit is contained in:
Snarling
2022-09-13 12:37:24 -04:00
parent c9ee938bc6
commit 91a69d7d8f
39 changed files with 59 additions and 154 deletions
@@ -1,4 +1,3 @@
import { IPlayer } from "../../IPlayer";
import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from "../../../utils/JSONReviver";
import { applySleeveGains, Work, WorkType } from "./Work";
import { ClassType } from "../../../Work/ClassWork";
@@ -25,11 +24,7 @@ export class SleeveClassWork extends Work {
}
calculateRates(sleeve: Sleeve): WorkStats {
return scaleWorkStats(
calculateClassEarnings(sleeve, this.classType, this.location),
sleeve.shockBonus(),
false,
);
return scaleWorkStats(calculateClassEarnings(sleeve, this.classType, this.location), sleeve.shockBonus(), false);
}
isGym(): boolean {