Skip to content

Commit

Permalink
Removed redundant under score
Browse files Browse the repository at this point in the history
Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 committed Oct 28, 2024
1 parent 4570bbf commit 118596e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ TEST_F(TestSuite, MissingRegulatoryElementOfCrosswalk) // NOLINT for gtest
LaneletMapPtr test_map_ptr = lanelet::utils::createMap({cw_no_reg_elem});
addTestMap(test_map_ptr);

lanelet::validation::MissingRegulatoryElementsForCrosswalksValidator checker_;
lanelet::validation::MissingRegulatoryElementsForCrosswalksValidator checker;
const auto & issues = checker_(*test_map_ptr);

uint8_t expected_num_issues = 1;
Expand Down

0 comments on commit 118596e

Please sign in to comment.