diff --git a/system/mrm_stop_operator/src/mrm_stop_operator.cpp b/system/mrm_stop_operator/src/mrm_stop_operator.cpp index b6f413a72d0cb..58ce944646189 100644 --- a/system/mrm_stop_operator/src/mrm_stop_operator.cpp +++ b/system/mrm_stop_operator/src/mrm_stop_operator.cpp @@ -18,7 +18,6 @@ namespace mrm_stop_operator { - MrmStopOperator::MrmStopOperator(const rclcpp::NodeOptions & node_options) : Node("mrm_stop_operator", node_options) { @@ -122,7 +121,7 @@ void MrmStopOperator::onTimer() return false; } } - +} } // namespace mrm_stop_operator #include