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 -3
View File
@@ -66,9 +66,7 @@ export class PortExecution implements Execution {
}
const port = this.random.randElement(ports);
this.mg.addExecution(
new TradeShipExecution(this.player, this.port, port),
);
this.mg.addExecution(new TradeShipExecution(this.player, this.port, port));
}
isActive(): boolean {