Skip to content

Commit b3ddd01

Browse files
wildfire142Scoppio
andauthored
Update MekHQ/src/mekhq/gui/enums/PersonnelTableModelColumn.java
Co-authored-by: Luana Coppio <lucascoppio@gmail.com>
1 parent 1d2f30b commit b3ddd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MekHQ/src/mekhq/gui/enums/PersonnelTableModelColumn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ public String getCellValue(final Campaign campaign, final PersonnelMarket person
682682
}
683683
if (!person.getTechUnits().isEmpty()) {
684684
Unit unit = person.getTechUnits().get(0);
685-
if (unit.getTransportShipAssignment() !=null ) {
685+
if (unit.getTransportShipAssignment() != null) {
686686
return unit.getTransportShipAssignment().getTransportShip().getName();
687687
}else return "-";
688688
}

0 commit comments

Comments
 (0)