Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Dec 11, 2024
1 parent f04b997 commit 0690a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/zenoh-transport/src/multicast/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl TransportMulticastInner {
{
if let Err(e) = map_zmsg_to_partner(&mut msg, &self.shm) {
tracing::trace!("Failed SHM conversion: {}", e);
return false;
return Ok(false);
}
}

Expand Down

0 comments on commit 0690a11

Please sign in to comment.