Skip to content

Commit

Permalink
Fix trailing whitespace.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Mar 20, 2024
1 parent 56e9d2f commit 793d527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/rmw_zenoh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ rmw_publish_serialized_message(

uint64_t sequence_number = publisher_data->get_next_sequence_number();

z_owned_bytes_map_t map =
z_owned_bytes_map_t map =
create_map_and_set_sequence_num(sequence_number, publisher_data->pub_gid);

if (!z_check(map)) {
Expand Down

0 comments on commit 793d527

Please sign in to comment.