From 2e7bfb031b4e0b89cec50021d38789de99f1be1a Mon Sep 17 00:00:00 2001 From: frutescens Date: Mon, 23 Sep 2024 20:57:52 -0700 Subject: [PATCH] Removed random newlines --- src/data/ability.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index c107cea5ff8..2ae25912145 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -764,8 +764,6 @@ export class PostDefendHpGatedStatStageChangeAbAttr extends PostDefendAbAttr { } } - - export class PostDefendApplyArenaTrapTagAbAttr extends PostDefendAbAttr { private condition: PokemonDefendCondition; private tagType: ArenaTagType;