Formatting

This commit is contained in:
Raffson
2022-11-13 11:42:58 +01:00
parent e71ff17a23
commit 7e51061582
7 changed files with 20 additions and 16 deletions

View File

@@ -193,7 +193,9 @@ class FormationAttackBuilder(IBuilder[FlightPlanT, LayoutT], ABC):
)
initial = None
if self.package.primary_task == FlightType.STRIKE:
ingress = builder.nav(self.package.waypoints.ingress, Distance.from_feet(20000))
ingress = builder.nav(
self.package.waypoints.ingress, Distance.from_feet(20000)
)
initial = builder.ingress(
ingress_type, self.package.waypoints.initial, self.package.target
)