Skip to content

Commit

Permalink
Removed redundant appendIssues (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 authored Nov 12, 2024
1 parent 7906f5e commit ac6ff25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ std::vector<lanelet::validation::DetectedIssues> validateMap(
}));
}

appendIssues(issues, lanelet::validation::validateMap(*map, val_config));
return issues;
}

Expand Down

0 comments on commit ac6ff25

Please sign in to comment.