Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <[email protected]>
  • Loading branch information
mxgrey committed Dec 12, 2023
1 parent e1fb6d9 commit 62fb33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmf_task_sequence/src/rmf_task_sequence/events/Sequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ void Sequence::Active::next()
_reverse_remaining.pop_back();

const auto event_finished = [
me = weak_from_this(),
event_index_plus_one = _current_event_index_plus_one
me = weak_from_this(),
event_index_plus_one = _current_event_index_plus_one
]()
{
if (const auto self = me.lock())
Expand Down

0 comments on commit 62fb33d

Please sign in to comment.