Fix unintentional whitespace changes

pull/26/head
David Rollinson 2021-01-11 12:16:30 +08:00
rodzic 02105bf4d2
commit a5f7c19d09
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -223,7 +223,7 @@ def handle_new_payload_position(data, log_position = True):
if _car_state != None:
_ground_asl = _car_state['alt']
else:
_ground_asl = 0.
_ground_asl = 0.0
# Calculate
_ttl = time_to_landing(_alt, _vel_v, ground_asl=_ground_asl)
if _ttl is None: