Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAragua committed Jul 12, 2021
1 parent 84d73a1 commit ccf2e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -21799,7 +21799,7 @@ public Vector<Report> damageEntity(Entity te, HitData hit, int damage,
if (te instanceof FighterSquadron) {
List<Entity> fighters = te.getActiveSubEntities();

if(fighters.isEmpty()) {
if (fighters.isEmpty()) {
return vDesc;
}
Entity fighter = fighters.get(hit.getLocation());
Expand Down

0 comments on commit ccf2e90

Please sign in to comment.