MulticopterLandDetector: remove unnecessary newline

This commit is contained in:
Matthias Grob 2021-04-13 17:17:23 +02:00
parent 4865d027f9
commit 45ada2dd4c

View File

@ -349,7 +349,6 @@ float MulticopterLandDetector::_get_gnd_effect_altitude()
bool MulticopterLandDetector::_get_ground_effect_state()
{
return (_in_descend && !_horizontal_movement) ||
(_below_gnd_effect_hgt && _takeoff_state == takeoff_status_s::TAKEOFF_STATE_FLIGHT) ||
_takeoff_state == takeoff_status_s::TAKEOFF_STATE_RAMPUP;