Skip to content

Commit

Permalink
hubero_ros - improved formatting in the TaskRequestRosApi initial…
Browse files Browse the repository at this point in the history
…izer list
  • Loading branch information
rayvburn committed Oct 2, 2023
1 parent 06bc3f4 commit a290919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hubero_ros/src/task_request_ros_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
namespace hubero {

TaskRequestRosApi::TaskRequestRosApi(const std::string& actor_name):
node_ptr_(std::make_shared<Node>("task_request_ros_api_node")
) {
node_ptr_(std::make_shared<Node>("task_request_ros_api_node"))
{
// assignment - init list does not support string reference copying
actor_name_ = actor_name;

Expand Down

0 comments on commit a290919

Please sign in to comment.