From 6c55441b588318c4ba3da7d69fa5710712298e7a Mon Sep 17 00:00:00 2001 From: muscode13 Date: Sun, 27 Oct 2024 02:32:04 -0600 Subject: [PATCH] whitespace fix --- src/data/battler-tags.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 71e46de6c9c..d671c56ab26 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -2776,6 +2776,7 @@ export class PowerTrickTag extends BattlerTag { pokemon.setStat(Stat.DEF, temp, false); } } + /** * Retrieves a {@linkcode BattlerTag} based on the provided tag type, turn count, source move, and source ID. * @param sourceId - The ID of the pokemon adding the tag