Skip to content

Commit 919eac0

Browse files
committed
style: rustfmt
1 parent 309e5a4 commit 919eac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/constance/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ mod binary_search;
2020
mod sort;
2121
mod aligned_storage;
2222
pub mod binary_heap;
23-
mod ctz;
2423
pub(crate) mod convert;
24+
mod ctz;
2525
mod init;
2626
mod int;
2727
pub mod intrusive_list;

src/constance_test_suite/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use core::sync::atomic::{AtomicUsize, Ordering};
44

55
pub(crate) mod benchmark;
66
pub(crate) mod compute;
7-
mod trig;
87
mod sort;
8+
mod trig;
99

1010
/// An atomic counter for checking an execution sequence.
1111
pub(crate) struct SeqTracker {

0 commit comments

Comments
 (0)