Skip to content

Commit 047a79d

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

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
@@ -696,7 +696,7 @@ public String getCellValue(final Campaign campaign, final PersonnelMarket person
696696
}
697697
if (!person.getTechUnits().isEmpty()) {
698698
Unit unit = person.getTechUnits().get(0);
699-
if (unit.getTacticalTransportAssignment() !=null ) {
699+
if (unit.getTacticalTransportAssignment() != null) {
700700
return person.getTechUnits().get(0).getTacticalTransportAssignment().getTransport().getName();
701701
} else return "-";
702702
}

0 commit comments

Comments
 (0)