From e5a2a64d76705af651e7eef3d21d9a17361fc524 Mon Sep 17 00:00:00 2001 From: muscode Date: Fri, 1 Nov 2024 10:27:26 -0600 Subject: [PATCH] fix whitespace Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/ability.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 1105c19ec4f..9b533837de7 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4896,7 +4896,7 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr { private helper: ForceSwitchOutHelper; private hpRatio: number; - constructor(hpRatio:number = 0.5) { + constructor(hpRatio: number = 0.5) { super(); this.hpRatio = hpRatio; this.helper = new ForceSwitchOutHelper(SwitchType.SWITCH);