Skip to content

Commit 35b45b9

Browse files
author
Jeffery Hsu
committed
experimenting2
fix format fix format
1 parent cc065a1 commit 35b45b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

irobot_events_executor/src/rclcpp/executors/events_executor/events_executor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ EventsExecutor::EventsExecutor(
5353
EventsExecutor::~EventsExecutor()
5454
{
5555
spinning.store(false);
56-
};
56+
}
5757

5858
void
5959
EventsExecutor::spin()

irobot_events_executor/src/rclcpp/executors/events_executor/events_executor_entities_collector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ EventsExecutorEntitiesCollector::create_entity_callback(
390390
void * exec_entity_id, ExecutorEventType event_type)
391391
{
392392
std::function<void(size_t)> callback = [this, exec_entity_id, event_type](size_t num_events) {
393-
assert(this !=nullptr)
393+
assert(this != nullptr);
394394
ExecutorEvent event = {exec_entity_id, -1, event_type, num_events};
395395
associated_executor_->events_queue_->enqueue(event);
396396
};

0 commit comments

Comments
 (0)