Skip to content

Commit

Permalink
line break
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Hampp <j.hampp@denso-adas.de>
  • Loading branch information
Joshua Hampp authored and Karsten1987 committed Apr 17, 2020
1 parent 511476c commit 1f8226a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rclcpp/include/rclcpp/publisher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ class Publisher : public PublisherBase

if (inter_process_publish_needed) {
auto shared_msg = this->do_intra_process_publish_and_return_shared(
std::move(
msg), message_allocator_);
std::move(msg), message_allocator_);
this->do_inter_process_publish(*shared_msg);
} else {
this->do_intra_process_publish(std::move(msg), message_allocator_);
Expand Down

0 comments on commit 1f8226a

Please sign in to comment.