Skip to content

Commit 659afe1

Browse files
formatted the source file for the new RsMonitor class
1 parent 5cf3d92 commit 659afe1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/rs_monitor.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace argus_sensors
44
{
5-
RsMonitor::RsMonitor(const rclcpp::NodeOptions & options)
6-
: Node("rs_monitor", options)
7-
{
8-
RCLCPP_INFO(this->get_logger(), "Initializing RsMonitor...\n");
5+
RsMonitor::RsMonitor(const rclcpp::NodeOptions & options)
6+
: Node("rs_monitor", options)
7+
{
8+
RCLCPP_INFO(this->get_logger(), "Initializing RsMonitor...\n");
99

10-
RCLCPP_INFO(this->get_logger(), "RsMonitor Online.\n");
11-
}
12-
}
10+
RCLCPP_INFO(this->get_logger(), "RsMonitor Online.\n");
11+
}
12+
}

0 commit comments

Comments
 (0)