Skip to content

Commit d3bed58

Browse files
committed
modify: build error
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
1 parent 02d8d4c commit d3bed58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/mrm_stop_operator/src/mrm_stop_operator.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
namespace mrm_stop_operator
2020
{
21-
2221
MrmStopOperator::MrmStopOperator(const rclcpp::NodeOptions & node_options)
2322
: Node("mrm_stop_operator", node_options)
2423
{
@@ -122,7 +121,7 @@ void MrmStopOperator::onTimer()
122121
return false;
123122
}
124123
}
125-
124+
}
126125
} // namespace mrm_stop_operator
127126

128127
#include <rclcpp_components/register_node_macro.hpp>

0 commit comments

Comments
 (0)