Skip to content

Commit

Permalink
fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Feb 28, 2023
1 parent 6247b2b commit cb7af42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hdl_graph_slam_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ class HdlGraphSlamNodelet : public nodelet::Nodelet {
}

// finish with a new line
std::cout << std::endl
std::cout << std::endl;
}

// Update our keyframe snapshot so we can publish a map update, trigger update with graph_updated = true.
Expand Down

0 comments on commit cb7af42

Please sign in to comment.