From dcdf12a97414c15d19ae2511ad561c49c4d1394f Mon Sep 17 00:00:00 2001 From: ReneGV Date: Fri, 17 May 2024 22:53:03 -0600 Subject: [PATCH] style --- src/phases.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/phases.ts b/src/phases.ts index 92d07522fe3..bf47208d212 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -3728,7 +3728,6 @@ export class GameOverPhase extends BattlePhase { this.firstRibbons.push(getPokemonSpecies(pokemonSpecies.getRootSpeciesId(forStarter))); } } - } export class EndCardPhase extends Phase {