Skip to content

Commit

Permalink
make rustfmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Sep 29, 2023
1 parent 7e4c955 commit e16c544
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zenoh-bridge-ros2dds/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,10 @@ r#"--watchdog=[PERIOD] 'Experimental!! Run a watchdog thread that monitors the
#[async_std::main]
async fn main() {
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("z=info")).init();
log::info!("zenoh-bridge-ros2dds {}", *zenoh_plugin_ros2dds::LONG_VERSION);
log::info!(
"zenoh-bridge-ros2dds {}",
*zenoh_plugin_ros2dds::LONG_VERSION
);

let (config, watchdog_period) = parse_args();
let rest_plugin = config.plugin("rest").is_some();
Expand Down

0 comments on commit e16c544

Please sign in to comment.