Skip to content

Commit 1b29a66

Browse files
committed
Run fmt
1 parent 83c78d4 commit 1b29a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/concurrency/genmc/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ use crate::*;
2727
mod config;
2828
mod global_allocations;
2929
mod helper;
30-
mod shims;
3130
mod run;
3231
pub(crate) mod scheduling;
32+
mod shims;
3333
mod thread_id_map;
3434

3535
pub use genmc_sys::GenmcParams;
3636

3737
pub use self::config::GenmcConfig;
38-
pub use self::shims::EvalContextExt as GenmcEvalContextExt;
3938
pub use self::run::run_genmc_mode;
39+
pub use self::shims::EvalContextExt as GenmcEvalContextExt;
4040

4141
#[derive(Debug)]
4242
pub enum ExecutionEndResult {

0 commit comments

Comments
 (0)