Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Mar 5, 2023
1 parent 3fb1f91 commit b6c9a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_core/robot_model/src/joint_model_group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ void JointModelGroup::printGroupInfo(std::ostream& out) const
out << "(non-contiguous)";
}
out << '\n';
out << " * Active Variables Index List:\n ";
out << " * Active Variables Index List:\n ";
for (int active_variable_index : active_variable_index_list_)
out << active_variable_index << ' ';
out << '\n';
Expand Down

0 comments on commit b6c9a6d

Please sign in to comment.