Skip to content

Commit fc4905f

Browse files
Update src/lib.rs
Co-authored-by: Pete LeVasseur <plevasseur@gmail.com>
1 parent 213d5ae commit fc4905f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ impl Iceoryx2Transport {
5959
/// send() makes use of UAttributesValidator
6060
/// register_listener() and unregister_listener() use verify_filter_criteria()
6161
/// Criteria for identification of message types can be found here: https://github.com/eclipse-uprotocol/up-spec/blob/main/basics/uattributes.adoc
62-
6362
fn determine_message_type(source: &UUri, sink: Option<&UUri>) -> Result<MessageType, UStatus> {
6463
let src_id = source.resource_id;
6564
let sink_id = sink.map(|s| s.resource_id);

0 commit comments

Comments
 (0)