소스 검색

code formatting

Sven Czarnian 3 년 전
부모
커밋
b441b945b9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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