Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Mar 28, 2024
1 parent de1f606 commit 5e5333f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/publication_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ use zenoh_util::core::zresult::ErrNo;
use zenoh_util::core::SyncResolve;

use crate::{
impl_guarded_transmute, z_keyexpr_t, z_session_t, zcu_locality_default, zcu_locality_t, UninitializedKeyExprError,
impl_guarded_transmute, z_keyexpr_t, z_session_t, zcu_locality_default, zcu_locality_t,
UninitializedKeyExprError,
};

/// Options passed to the :c:func:`ze_declare_publication_cache` function.
Expand Down
3 changes: 1 addition & 2 deletions src/queryable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ use crate::attachment::{
};
use crate::{
impl_guarded_transmute, z_bytes_t, z_closure_query_call, z_encoding_default, z_encoding_t,
z_keyexpr_t, z_owned_closure_query_t, z_session_t, z_value_t,
LOG_INVALID_SESSION,
z_keyexpr_t, z_owned_closure_query_t, z_session_t, z_value_t, LOG_INVALID_SESSION,
};
use libc::c_void;
use std::ops::{Deref, DerefMut};
Expand Down

0 comments on commit 5e5333f

Please sign in to comment.