We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee0f1d commit 5a5dbc7Copy full SHA for 5a5dbc7
iceoryx2-cli/iox2-tunnel/src/command/zenoh.rs
@@ -25,10 +25,7 @@ pub(crate) fn zenoh(
25
discovery_service: Option<String>,
26
rate_ms: Option<u64>,
27
) -> anyhow::Result<()> {
28
- let tunnel_config = TunnelConfig {
29
- discovery_service: discovery_service,
30
- };
31
-
+ let tunnel_config = TunnelConfig { discovery_service };
32
let iox_config = iceoryx2::config::Config::default();
33
34
let zenoh_config = match zenoh_config {
0 commit comments