format code with prettier

This commit is contained in:
evanpelle
2025-06-10 16:10:48 -07:00
parent 55206ca41f
commit 936df2b171
10 changed files with 10 additions and 45 deletions
+1 -7
View File
@@ -1,12 +1,6 @@
import { renderNumber } from "../../client/Utils";
import { Config } from "../configuration/Config";
import {
Execution,
Game,
MessageType,
Player,
UnitType,
} from "../game/Game";
import { Execution, Game, MessageType, Player, UnitType } from "../game/Game";
import { GameImpl } from "../game/GameImpl";
import { TileRef } from "../game/GameMap";
import { calculateBoundingBox, getMode, inscribed, simpleHash } from "../Util";