Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Jan 18, 2024
1 parent 3b58075 commit dc70c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh-bridge-dds/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ use async_liveliness_monitor::LivelinessMonitor;
// ZettaScale Zenoh Team, <[email protected]>
//
use clap::{App, Arg};
use zenoh_plugin_dds::DDSPlugin;
use zenoh_plugin_trait::Plugin;
use std::str::FromStr;
use std::time::{Duration, SystemTime};
use zenoh::config::{Config, ModeDependentValue};
use zenoh::prelude::*;
use zenoh_plugin_dds::DDSPlugin;
use zenoh_plugin_trait::Plugin;

lazy_static::lazy_static!(
pub static ref DEFAULT_DOMAIN_STR: String = zenoh_plugin_dds::config::DEFAULT_DOMAIN.to_string();
Expand Down

0 comments on commit dc70c3e

Please sign in to comment.