Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Apr 5, 2024
1 parent a43e451 commit 1ad8c84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zenoh/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ pub(crate) mod common {
pub use crate::publication::PublisherDeclarations;
pub use zenoh_protocol::core::{CongestionControl, Reliability, WhatAmI};

pub use crate::sample::builder::{
QoSBuilderTrait, TimestampBuilderTrait, ValueBuilderTrait,
};
pub use crate::sample::builder::{QoSBuilderTrait, TimestampBuilderTrait, ValueBuilderTrait};

#[zenoh_macros::unstable]
pub use crate::sample::builder::SampleBuilderTrait;
Expand Down

0 comments on commit 1ad8c84

Please sign in to comment.