Skip to content

Commit 9bb1d52

Browse files
style(pre-commit): autofix
1 parent 93c8bc6 commit 9bb1d52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

localization/pose2twist/src/pose2twist_core.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
#include <cstddef>
2525
#include <functional>
2626

27-
Pose2Twist::Pose2Twist(const rclcpp::NodeOptions & options)
28-
: rclcpp::Node("pose2twist", options)
27+
Pose2Twist::Pose2Twist(const rclcpp::NodeOptions & options) : rclcpp::Node("pose2twist", options)
2928
{
3029
using std::placeholders::_1;
3130

0 commit comments

Comments
 (0)