Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Dec 2, 2024
1 parent 0c63b2c commit cab317d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zenoh-plugin-ros2dds/src/ros2_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,10 @@ fn ros2_action_feedback_default_qos() -> Qos {
// However, `rmw_cyclonedds_cpp` doesn't do any type checking (yet).
// And the way to forward the type hash for actions (and services) raise questions
// that are described in https://github.com/eclipse-zenoh/zenoh-plugin-ros2dds/pull/349
insert_type_hash(&mut qos, "RIHS01_0000000000000000000000000000000000000000000000000000000000000000");
insert_type_hash(
&mut qos,
"RIHS01_0000000000000000000000000000000000000000000000000000000000000000",
);
}
qos
}
Expand Down

0 comments on commit cab317d

Please sign in to comment.