Skip to content

Commit

Permalink
Final lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig committed Aug 12, 2024
1 parent 497e80b commit fd08cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/zenohd/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ int main(int argc, char ** argv)

// Wait until it's time to exit.
std::unique_lock lock(run_mutex);
run_cv.wait(lock, []{return !running;});
run_cv.wait(lock, [] {return !running;});

return 0;
}

0 comments on commit fd08cde

Please sign in to comment.