diff --git a/game-app/game-core/src/main/java/games/strategy/triplea/ui/unit/scroller/UnitScrollerModel.java b/game-app/game-core/src/main/java/games/strategy/triplea/ui/unit/scroller/UnitScrollerModel.java index f6fd1ce591..91e396fc6a 100644 --- a/game-app/game-core/src/main/java/games/strategy/triplea/ui/unit/scroller/UnitScrollerModel.java +++ b/game-app/game-core/src/main/java/games/strategy/triplea/ui/unit/scroller/UnitScrollerModel.java @@ -29,8 +29,9 @@ static List getMoveableUnits( .and( (Matches.unitHasMovementLeft()) // add transported units that have not landed - .or(Matches.unitIsBeingTransported() - .and(Matches.unitWasUnloadedThisTurn().negate())) + .or( + Matches.unitIsBeingTransported() + .and(Matches.unitWasUnloadedThisTurn().negate())) // including units that cannot move, that have not moved // that can be transported or that can receive movement bonus .or(