Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Sep 11, 2024
1 parent c0ba311 commit 3fd92f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions src/shm/protocol_implementations/posix/posix_shm_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@

use std::mem::MaybeUninit;

use zenoh::shm::{
AllocLayout, PosixShmProviderBackend, ShmProvider, ShmProviderBuilder, StaticProtocolID,
POSIX_PROTOCOL_ID,
use zenoh::{
shm::{
AllocLayout, PosixShmProviderBackend, ShmProvider, ShmProviderBuilder, StaticProtocolID,
POSIX_PROTOCOL_ID,
},
Wait,
};
use zenoh::Wait;

use crate::{
result::{z_result_t, Z_EINVAL, Z_OK},
Expand Down
10 changes: 6 additions & 4 deletions src/shm/provider/shm_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
use std::mem::MaybeUninit;

use libc::c_void;
use zenoh::shm::{
BlockOn, Deallocate, Defragment, DynamicProtocolID, GarbageCollect, JustAlloc, ShmProvider,
ShmProviderBuilder,
use zenoh::{
shm::{
BlockOn, Deallocate, Defragment, DynamicProtocolID, GarbageCollect, JustAlloc, ShmProvider,
ShmProviderBuilder,
},
Wait,
};
use zenoh::Wait;

use super::{
chunk::z_allocated_chunk_t,
Expand Down

0 comments on commit 3fd92f2

Please sign in to comment.