Skip to content

Commit 2710371

Browse files
committed
Format with rustfmt
1 parent 426057e commit 2710371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/barrier.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::sync::Arc;
22
use std::thread;
33

44
use async_lock::Barrier;
5-
use futures_lite::future;
5+
use futures_lite::future;
66

77
#[test]
88
fn smoke() {

tests/mutex.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[cfg(not(target_arch = "wasm32"))]
2-
use std::thread;
3-
#[cfg(not(target_arch = "wasm32"))]
42
use std::sync::Arc;
3+
#[cfg(not(target_arch = "wasm32"))]
4+
use std::thread;
55

66
use async_lock::Mutex;
77
use futures_lite::future;

0 commit comments

Comments
 (0)