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 Aug 22, 2023
1 parent 1cb9e6b commit b66be62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ void Lanelet2MapLoaderNode::on_map_projector_info(
const auto center_line_resolution = get_parameter("center_line_resolution").as_double();

// load map from file
const auto map =
load_map(lanelet2_filename, msg->projector_type, msg->map_origin.latitude, msg->map_origin.longitude);
const auto map = load_map(
lanelet2_filename, msg->projector_type, msg->map_origin.latitude, msg->map_origin.longitude);
if (!map) {
return;
}
Expand Down

0 comments on commit b66be62

Please sign in to comment.