We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4a083 commit 4e5d719Copy full SHA for 4e5d719
rclcpp/include/rclcpp/executors/fixed_prio_executor.hpp
@@ -43,8 +43,7 @@ class ComparePrio
43
{
44
public:
45
using eq = std::shared_ptr<std::deque<std::pair<int, std::shared_ptr<rclcpp::AnyExecutable>>>>;
46
- bool operator()(const eq & lhs, const eq & rhs) const
47
- {
+ bool operator()(const eq & lhs, const eq & rhs) const {
48
if (lhs->empty()) {
49
return false;
50
} else if (rhs->empty()) {
0 commit comments