Skip to content

Commit

Permalink
apply reformat
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Dec 23, 2024
1 parent 817efa8 commit c1fc434
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simulation/traffic_simulator/src/utils/pose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ auto canonicalize(
} else {
try {
return CanonicalizedLaneletPose(lanelet_pose, hdmap_utils_ptr);
}
catch(const common::SemanticError &) {
} catch (const common::SemanticError &) {
return std::nullopt;
}
}
Expand Down

0 comments on commit c1fc434

Please sign in to comment.