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 Jul 10, 2024
1 parent d468289 commit 101af91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class MapUpdateModule
bool need_rebuild_;
std::mutex last_update_pos_mtx_;
// A copy of last update position, used for checking map range
std::optional<geometry_msgs::msg::Point> last_update_pos_;
std::optional<geometry_msgs::msg::Point> last_update_pos_;
};

#endif // NDT_SCAN_MATCHER__MAP_UPDATE_MODULE_HPP_

0 comments on commit 101af91

Please sign in to comment.