Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Feb 15, 2024
1 parent ccd6b9c commit 7811590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ pub(crate) mod common {
pub use crate::query::ConsolidationMode;
#[zenoh_macros::unstable]
pub use crate::sample::Locality;
#[zenoh_macros::unstable]
pub use crate::sample::SourceInfo;
#[cfg(not(feature = "unstable"))]
pub(crate) use crate::sample::Locality;
pub use crate::sample::Sample;
#[zenoh_macros::unstable]
pub use crate::sample::SourceInfo;

pub use zenoh_protocol::core::SampleKind;

Expand Down

0 comments on commit 7811590

Please sign in to comment.