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 Sep 15, 2023
1 parent 04acf94 commit c0dd3c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lanelet::ConstLanelets calculate_other_lanelets(
return false;
};
for (const auto & ll : lanelets_within_range) {
if(std::string(ll.second.attributeOr(lanelet::AttributeName::Subtype, "none")) != "road")
if (std::string(ll.second.attributeOr(lanelet::AttributeName::Subtype, "none")) != "road")
continue;
const auto is_path_lanelet = contains_lanelet(path_lanelets, ll.second.id());
const auto is_ignored_lanelet = contains_lanelet(ignored_lanelets, ll.second.id());
Expand Down

0 comments on commit c0dd3c5

Please sign in to comment.