Skip to content

Commit 9d01862

Browse files
committed
Prettier
1 parent 1b04403 commit 9d01862

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/PlayerImpl.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { SpawnExecution } from "../src/core/execution/SpawnExecution";
12
import {
23
Game,
34
Player,
@@ -6,7 +7,6 @@ import {
67
UnitType,
78
} from "../src/core/game/Game";
89
import { setup } from "./util/Setup";
9-
import { SpawnExecution } from "../src/core/execution/SpawnExecution";
1010

1111
let game: Game;
1212
let player: Player;
@@ -25,7 +25,6 @@ describe("PlayerImpl", () => {
2525
],
2626
);
2727

28-
// Add spawn executions to give players territory
2928
game.addExecution(
3029
new SpawnExecution(game.player("player_id").info(), game.ref(0, 0)),
3130
new SpawnExecution(game.player("other_id").info(), game.ref(20, 20)),

0 commit comments

Comments
 (0)