Skip to content

Commit

Permalink
More format.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Jul 28, 2023
1 parent acc0080 commit fef2cad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,4 @@ private static int getMaximumNumberOfThisUnitTypeToReachStackingLimit(
final int totalInTerritory = CollectionUtils.countMatches(existingUnits, stackingMatch);
return Math.max(0, max - totalInTerritory);
}

}

0 comments on commit fef2cad

Please sign in to comment.