format code with prettier

This commit is contained in:
evanpelle
2025-06-06 12:45:53 -07:00
parent 9c7e0ce32f
commit 02f7caef88
10 changed files with 10 additions and 45 deletions
+1 -7
View File
@@ -1,10 +1,4 @@
import {
Execution,
Game,
Player,
Unit,
UnitType,
} from "../game/Game";
import { Execution, Game, Player, Unit, UnitType } from "../game/Game";
import { TileRef } from "../game/GameMap";
import { ShellExecution } from "./ShellExecution";