Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 10, 2024
1 parent 7c1164e commit 3956665
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zenoh/tests/shm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
//
#![cfg(all(feature = "unstable", feature = "shared-memory", feature = "internal_config"))]
#![cfg(all(
feature = "unstable",
feature = "shared-memory",
feature = "internal_config"
))]
use std::{
sync::{
atomic::{AtomicUsize, Ordering},
Expand Down

0 comments on commit 3956665

Please sign in to comment.