From edf7bf9991cd9e3ffb9cd1a5026b7499e4520d86 Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Mon, 25 Nov 2024 18:03:49 +0900 Subject: [PATCH] chore: add last empty line to test_hdmap_utils.cpp --- .../traffic_simulator/test/src/hdmap_utils/test_hdmap_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/traffic_simulator/test/src/hdmap_utils/test_hdmap_utils.cpp b/simulation/traffic_simulator/test/src/hdmap_utils/test_hdmap_utils.cpp index 9d2ba7fa9d8..904eaf66b0f 100644 --- a/simulation/traffic_simulator/test/src/hdmap_utils/test_hdmap_utils.cpp +++ b/simulation/traffic_simulator/test/src/hdmap_utils/test_hdmap_utils.cpp @@ -2749,4 +2749,4 @@ TEST_F(HdMapUtilsTest_WithRoadShoulderMap, routingWithRoadShoulder) EXPECT_EQ(route_with_road_shoulder[1], 34696); // road shoulder EXPECT_EQ(route_with_road_shoulder[2], 34768); // road shoulder EXPECT_EQ(route_with_road_shoulder[3], 34615); -} \ No newline at end of file +}