Skip to content

Commit 2378a68

Browse files
committed
cargo fmt
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent b1d2b8a commit 2378a68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

benches/mutex.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mod async_std {
4141
}
4242
}
4343

44-
mod std {
44+
mod std {
4545
extern crate test;
4646

4747
use std::sync::{Arc, Mutex};
@@ -80,13 +80,13 @@ mod async_std {
8080
t.join().unwrap();
8181
}
8282
}
83-
}
83+
}
8484

85-
mod parking_lot {
85+
mod parking_lot {
8686
extern crate test;
8787

88-
use std::sync::Arc;
8988
use parking_lot::Mutex;
89+
use std::sync::Arc;
9090
use std::thread;
9191
use test::Bencher;
9292

@@ -122,4 +122,4 @@ mod async_std {
122122
t.join().unwrap();
123123
}
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)