Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Jul 8, 2022
1 parent 1494445 commit ce51a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration_tests/follow_me.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ bool autopilot_has_improved_followme(const std::shared_ptr<Param> param)
// Check if the newly added parameter in the improved follow-me exists
// Improved Follow-Me PR: https://github.com/PX4/PX4-Autopilot/pull/18026
const std::pair<Param::Result, float> get_result = param->get_param_float("FLW_TGT_MAX_VEL");

if (get_result.first == Param::Result::Success) {
return true;
} else {
Expand Down

0 comments on commit ce51a11

Please sign in to comment.