Skip to content

Commit

Permalink
Issue 6264: Removed extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
psikomonkie committed Dec 15, 2024
1 parent a645067 commit dfd83f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion megamek/src/megamek/common/verifier/TestInfantry.java
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ public static double getWeightExact(Infantry infantry, CalculationReport report)

InfantryMount mount = infantry.getMount();
int activeTroopers = Math.max(0, infantry.getInternal(Infantry.LOC_INFANTRY));

double weight;

if (mount != null) {
Expand Down

0 comments on commit dfd83f9

Please sign in to comment.