Skip to content

Commit

Permalink
Formatted code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Aug 30, 2024
1 parent 7c41ac2 commit 8d8e94b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zenoh-plugin-dds/src/dds_mgt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,11 @@ unsafe extern "C" fn data_forwarder_listener(dr: dds_entity_t, arg: *mut std::os
raw_sample
);
} else {
tracing::trace!("Route data from DDS {} to zenoh key={}", &(*pa).0, &(*pa).1);
tracing::trace!(
"Route data from DDS {} to zenoh key={}",
&(*pa).0,
&(*pa).1
);
}
let _ = (*pa)
.2
Expand Down

0 comments on commit 8d8e94b

Please sign in to comment.