From 202632bd25c8aabc9476369dd09a4104f35ca4bd Mon Sep 17 00:00:00 2001 From: iforgetwhyimhere Date: Tue, 28 Apr 2026 16:06:01 -0400 Subject: [PATCH] fix trailing spaces --- play.pokemonshowdown.com/src/battle-tooltips.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/play.pokemonshowdown.com/src/battle-tooltips.ts b/play.pokemonshowdown.com/src/battle-tooltips.ts index 69dcd47cc..2ea62eea7 100644 --- a/play.pokemonshowdown.com/src/battle-tooltips.ts +++ b/play.pokemonshowdown.com/src/battle-tooltips.ts @@ -1906,8 +1906,8 @@ export class BattleTooltips { factor = 1; break; } - // Inverse replaces immunities with weaknesses. This has to - // be coded here, else it won't calculate secondary type's + // Inverse replaces immunities with weaknesses. This has to + // be coded here, else it won't calculate secondary type's // effectiveness. It sets a resistance to be consistent with // the inversion done at the end. if (inverse) {