From a766697c1953f2289e8f8f0a189f03ed7cc90c99 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Sun, 14 Sep 2025 17:48:28 -0400 Subject: [PATCH] Ran biome --- src/field/arena.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/field/arena.ts b/src/field/arena.ts index bdd35394417..d77be73a3ef 100644 --- a/src/field/arena.ts +++ b/src/field/arena.ts @@ -835,11 +835,7 @@ export class Arena { * @param quiet - Whether to suppress removal messages from currently-present tags; default `false` * @todo Review the other tag manipulation functions to see if they can be migrated towards using this (more efficient) */ - public removeTagsOnSide( - tagTypes: ArenaTagType[] | readonly ArenaTagType[], - side: ArenaTagSide, - quiet = false, - ): void { + public removeTagsOnSide(tagTypes: ArenaTagType[] | readonly ArenaTagType[], side: ArenaTagSide, quiet = false): void { const leftoverTags: ArenaTag[] = []; for (const tag of this.tags) { // Skip tags of different types or on the wrong side of the field