Skip to content

Commit

Permalink
code format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter authored and fuzzypixelz committed Sep 23, 2024
1 parent 127fb3a commit 48d81fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions zenoh/src/api/bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3259,10 +3259,9 @@ mod tests {

#[test]
fn serializer() {
#[cfg(feature = "shared-memory")]
use crate::zenoh_core::Wait;
use rand::Rng;
use std::borrow::Cow;

use rand::Rng;
use zenoh_buffers::{ZBuf, ZSlice};
use zenoh_protocol::core::Parameters;
#[cfg(feature = "shared-memory")]
Expand All @@ -3276,6 +3275,8 @@ mod tests {

use super::ZBytes;
use crate::bytes::{Deserialize, Serialize, ZSerde};
#[cfg(feature = "shared-memory")]
use crate::zenoh_core::Wait;

const NUM: usize = 1_000;

Expand Down

0 comments on commit 48d81fb

Please sign in to comment.