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 Jan 22, 2024
1 parent 6147aee commit f4d9659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmp/lanelet2_extension_python/src/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@ BOOST_PYTHON_MODULE(_lanelet2_extension_python_boost_python_utility)
bp::def("getAllParkingLots", lanelet::utils::query::getAllParkingLots);
bp::def("getAllPartitions", lanelet::utils::query::getAllPartitions);
bp::def("getAllFences", lanelet::utils::query::getAllFences);
bp::def("getAllPedestrianPolygonMarkings", lanelet::utils::query::getAllPedestrianPolygonMarkings);
bp::def(
"getAllPedestrianPolygonMarkings", lanelet::utils::query::getAllPedestrianPolygonMarkings);
bp::def("getAllPedestrianLineMarkings", lanelet::utils::query::getAllPedestrianLineMarkings);
bp::def("getAllParkingSpaces", lanelet::utils::query::getAllParkingSpaces);

Expand Down

0 comments on commit f4d9659

Please sign in to comment.