Skip to content

Commit 31b3b98

Browse files
style(pre-commit): autofix
1 parent 44df055 commit 31b3b98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sensing/autoware_crop_box_filter/test/test_crop_box_filter_node.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
// limitations under the License.
1616

1717
#include "autoware/crop_box_filter/crop_box_filter_node.hpp"
18-
#include <memory>
18+
1919
#include <gtest/gtest.h>
2020

21+
#include <memory>
22+
2123
TEST(CropBoxFilterTest, checkOutputPointcloud)
2224
{
2325
rclcpp::init(0, nullptr);

0 commit comments

Comments
 (0)