From 068b0189db0c6356304eb5c881e80446bef1fa15 Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Sun, 1 Dec 2024 16:46:22 -0500 Subject: [PATCH] Linter --- src/data/move.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index f6b531abf8b..b280178a506 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -6491,9 +6491,9 @@ export class RandomMoveAttr extends CallMoveAttr { /** * This function exists solely to allow tests to override the randomly selected move by mocking this function. */ - public getMoveOverride(): Moves | null { - return null; - } + public getMoveOverride(): Moves | null { + return null; + } /** * User calls a random moveId