Skip to content

Commit

Permalink
Ran clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Dec 18, 2024
1 parent b15175a commit 41fc0e8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ void OMPLDefaultPlanProfile::applyGoalStates(OMPLProblem& prob,
for (const auto& contact_vec : contact_map)
for (const auto& contact : contact_vec.second)
{
contact_msg << "Links: " << contact.link_names[0] << ", " << contact.link_names[1] <<
" Distance: " << std::to_string(contact.distance);
contact_msg << "Links: " << contact.link_names[0] << ", " << contact.link_names[1]
<< " Distance: " << std::to_string(contact.distance);
CONSOLE_BRIDGE_logError(contact_msg.str().c_str());
}

Expand Down Expand Up @@ -640,8 +640,8 @@ void OMPLDefaultPlanProfile::applyStartStates(OMPLProblem& prob,
for (const auto& contact_vec : contact_map)
for (const auto& contact : contact_vec.second)
{
contact_msg << "Links: " << contact.link_names[0] << ", " << contact.link_names[1] <<
" Distance: " << std::to_string(contact.distance);
contact_msg << "Links: " << contact.link_names[0] << ", " << contact.link_names[1]
<< " Distance: " << std::to_string(contact.distance);
CONSOLE_BRIDGE_logError(contact_msg.str().c_str());
}

Expand Down

0 comments on commit 41fc0e8

Please sign in to comment.