Skip to content

Commit 8920a10

Browse files
static code analysis done for sub
1 parent 67c70f2 commit 8920a10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/subscriber_member_function.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ void MinimalSubscriber::topic_callback(
2525
RCLCPP_INFO(this->get_logger(), "I heard: '%s'", msg->data.c_str());
2626
}
2727

28-
int main(int argc, char * argv[])
29-
{
28+
int main(int argc, char * argv[]) {
3029
rclcpp::init(argc, argv);
3130
rclcpp::spin(std::make_shared<MinimalSubscriber>());
3231
rclcpp::shutdown();

0 commit comments

Comments
 (0)