From fd9c1d991d80ee433189f30109b4e0ef0201e167 Mon Sep 17 00:00:00 2001 From: Ryan Barlow Date: Thu, 8 Jan 2026 15:38:39 +0000 Subject: [PATCH] prettier --- src/client/graphics/layers/GhostStructureManager.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/client/graphics/layers/GhostStructureManager.ts b/src/client/graphics/layers/GhostStructureManager.ts index 757c8b7f1..3f6cafb0e 100644 --- a/src/client/graphics/layers/GhostStructureManager.ts +++ b/src/client/graphics/layers/GhostStructureManager.ts @@ -2,11 +2,7 @@ import { OutlineFilter } from "pixi-filters"; import { BitmapText, Container, Graphics } from "pixi.js"; import { EventBus } from "../../../core/EventBus"; import { wouldNukeBreakAlliance } from "../../../core/execution/Util"; -import { - BuildableUnit, - Cell, - UnitType, -} from "../../../core/game/Game"; +import { BuildableUnit, Cell, UnitType } from "../../../core/game/Game"; import { TileRef } from "../../../core/game/GameMap"; import { GameView } from "../../../core/game/GameView"; import {