Browse Source

code formatting

Sven Czarnian 3 năm trước cách đây
mục cha
commit
b441b945b9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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