fix whitespace

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
muscode 2024-11-01 10:27:26 -06:00 committed by GitHub
parent 34343a0941
commit e5a2a64d76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4896,7 +4896,7 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
private helper: ForceSwitchOutHelper; private helper: ForceSwitchOutHelper;
private hpRatio: number; private hpRatio: number;
constructor(hpRatio:number = 0.5) { constructor(hpRatio: number = 0.5) {
super(); super();
this.hpRatio = hpRatio; this.hpRatio = hpRatio;
this.helper = new ForceSwitchOutHelper(SwitchType.SWITCH); this.helper = new ForceSwitchOutHelper(SwitchType.SWITCH);