mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-12 23:56:57 +00:00
format code with prettier
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user