Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Jan 17, 2024
1 parent d7d57ed commit 69c9fe6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2534,16 +2534,11 @@ bool ControllerManager::controller_sorting(

// If there is no common parent, then they belong to 2 different sets
auto following_ctrls_b = get_following_controller_names(ctrl_b.info.name, controllers);
<<<<<<< HEAD
if (following_ctrls_b.empty()) return true;
auto find_first_element = [&](const auto & controllers_list)
=======
if (following_ctrls_b.empty())
{
return true;
}
auto find_first_element = [&](const auto & controllers_list) -> size_t
>>>>>>> 562f36d (Reformat with braces added (#1209))
auto find_first_element = [&](const auto & controllers_list) -> int64_t
{
auto it = std::find_if(
controllers.begin(), controllers.end(),
Expand Down

0 comments on commit 69c9fe6

Please sign in to comment.