Selaa lähdekoodia

code formatting

Sven Czarnian 3 vuotta sitten
vanhempi
commit
b441b945b9
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      aman/sys/aco/RunwayManager.py

+ 0 - 1
aman/sys/aco/RunwayManager.py

@@ -16,7 +16,6 @@ class RunwayManager:
         self.RunwayInbounds = copy.deepcopy(configuration.PreceedingRunwayInbounds)
         self.IafInbounds = copy.deepcopy(configuration.PreceedingIafInbounds)
 
-
     def calculateEarliestArrivalTime(self, runway : str, node : Node, earliestArrivalTime : datetime):
         constrainedETA = None