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] authored and xmfcx committed Feb 25, 2025
1 parent df4fecf commit f73f26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/autoware_geography_utils/src/lanelet2_projector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ std::unique_ptr<lanelet::Projector> get_lanelet2_projector(const MapProjectorInf
const lanelet::Origin origin{position};
const lanelet::projection::TransverseMercatorProjector projector{origin};
return std::make_unique<lanelet::projection::TransverseMercatorProjector>(projector);
}
}

if (projector_info.projector_type == MapProjectorInfo::LOCAL_CARTESIAN) {
lanelet::GPSPoint position{
Expand Down

0 comments on commit f73f26e

Please sign in to comment.