Skip to content

Commit

Permalink
fix: fix missing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed May 2, 2024
1 parent 5a841ee commit 42bee87
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions zenoh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,9 @@ pub mod session {

/// Tools to access information about the current zenoh [`Session`](crate::Session).
pub mod info {
pub use crate::api::info::PeersZenohIdBuilder;
pub use crate::api::info::RoutersZenohIdBuilder;
pub use crate::api::info::SessionInfo;
pub use crate::api::info::ZenohIdBuilder;
pub use crate::api::info::{
PeersZenohIdBuilder, RoutersZenohIdBuilder, SessionInfo, ZenohIdBuilder,
};
}

/// Sample primitives
Expand Down

0 comments on commit 42bee87

Please sign in to comment.