Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
garyedwards committed Feb 28, 2024
1 parent b5ad919 commit 514c92c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phidgets_humidity/src/humidity_ros_i.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ HumidityRosI::HumidityRosI(ros::NodeHandle nh, ros::NodeHandle nh_private)
server_ip_.c_str());
}

ROS_INFO(
"Connecting to Phidgets Humidity serial %d, hub port %d, ",
serial_num, hub_port);
ROS_INFO("Connecting to Phidgets Humidity serial %d, hub port %d, ",
serial_num, hub_port);

// We take the mutex here and don't unlock until the end of the constructor
// to prevent a callback from trying to use the publisher before we are
Expand Down

0 comments on commit 514c92c

Please sign in to comment.