Skip to content

Commit

Permalink
Satisfy cpplint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <grey@openrobotics.org>
  • Loading branch information
mxgrey committed Aug 25, 2021
1 parent 5ae8d62 commit d4267be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclcpp/src/rclcpp/node_interfaces/node_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <string>
#include <limits>
#include <memory>
#include <utility>
#include <vector>

#include "rclcpp/node_interfaces/node_base.hpp"
Expand Down Expand Up @@ -93,7 +94,7 @@ class NodeHandleWithContext
std::shared_ptr<std::recursive_mutex> logging_mutex_;
rcl_node_t * node_handle_;
};
} // anonymous namespace
} // anonymous namespace

NodeBase::NodeBase(
const std::string & node_name,
Expand Down

0 comments on commit d4267be

Please sign in to comment.