Remove extra spaces added by VSCode

This commit is contained in:
NightKev 2025-04-15 07:19:16 -07:00 committed by GitHub
parent 7c7531f778
commit 99a1a3719c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
/** /**
* Enum representation of the phase types held by implementations of {@linkcode PhasePriorityQueue} * Enum representation of the phase types held by implementations of {@linkcode PhasePriorityQueue}
*/ */
export enum DynamicPhaseType { export enum DynamicPhaseType {
POST_SUMMON POST_SUMMON
} }

View File

@ -5,7 +5,6 @@ import { PostSummonPhase } from "#app/phases/post-summon-phase";
/** /**
* Helper to {@linkcode PostSummonPhase} which applies abilities * Helper to {@linkcode PostSummonPhase} which applies abilities
*/ */
export class PostSummonActivateAbilityPhase extends PostSummonPhase { export class PostSummonActivateAbilityPhase extends PostSummonPhase {
private priority: number; private priority: number;
private passive: boolean; private passive: boolean;