Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 10, 2024
1 parent bb2f792 commit 0bb9c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/test/src/test_utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ TEST_F(TestSuite, OverwriteLaneletsCenterline) // NOLINT for gtest
}
}

TEST_F(TestSuite, GetLaneletLength) // NOLINT for gtest
TEST_F(TestSuite, GetLaneletLength) // NOLINT for gtest
{
double length_2d = lanelet::utils::getLaneletLength2d(road_lanelet);
double length_3d = lanelet::utils::getLaneletLength3d(road_lanelet);
Expand Down

0 comments on commit 0bb9c5c

Please sign in to comment.