Re-add whitespace.

This commit is contained in:
SimonC6R 2021-01-05 00:27:26 +00:00
parent ab2046a2c2
commit d10b4c1e13

View File

@ -92,6 +92,7 @@ class QAircraftRecruitmentMenu(QFrame, QRecruitBehaviour):
self, "No space for additional aircraft",
f"There is no parking space left at {self.cp.name} to accommodate another plane.", QMessageBox.Ok)
return
super().buy(unit_type)
self.hangar_status.update_label()