From c310df3a66a97edf21fbef0042409004e080d8e2 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:40:29 -0400 Subject: [PATCH] Comment fix --- src/phase-manager.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/phase-manager.ts b/src/phase-manager.ts index 3f465f7b5fb..d2caf27b66d 100644 --- a/src/phase-manager.ts +++ b/src/phase-manager.ts @@ -253,7 +253,9 @@ export class PhaseManager { constructor() { this.dynamicPhaseQueues = [new PostSummonPhasePriorityQueue()]; this.dynamicPhaseTypes = [PostSummonPhase]; - } /* Phase Functions */ + } + + /* Phase Functions */ /** * Getter function to return the currently-in-progess {@linkcode Phase}.