Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Jul 5, 2023
1 parent 1e96908 commit 4d6e5ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ private boolean hasNoStrengthOrRolls(
Properties.getLhtrHeavyBombers(battleState.getGameData().getProperties()))
.gameDiceSides(battleState.getGameData().getDiceSides())
.territoryEffects(battleState.getTerritoryEffects())
.build()).hasStrengthOrRolls();
.build())
.hasStrengthOrRolls();
}

private Iterable<FiringGroup> getAllFiringGroups(final BattleState.Side side) {
Expand Down

0 comments on commit 4d6e5ac

Please sign in to comment.