From 3cb1b3ea05296eb7edd92e5c4c44574390669e20 Mon Sep 17 00:00:00 2001 From: EmoUsedHM01 <131687820+EmoUsedHM01@users.noreply.github.com> Date: Sat, 13 Apr 2024 18:44:48 +0100 Subject: [PATCH] Updated formatting --- src/phases.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases.ts b/src/phases.ts index f838d36880e..6f295f88430 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2797,7 +2797,7 @@ export class PostTurnStatusEffectPhase extends PokemonPhase { } } } else - this.end(); + this.end(); } }