Skip to content

Commit

Permalink
Format with rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 8, 2022
1 parent 426057e commit 2710371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/barrier.rs
Expand Up @@ -2,7 +2,7 @@ use std::sync::Arc;
use std::thread;

use async_lock::Barrier;
use futures_lite::future;
use futures_lite::future;

#[test]
fn smoke() {
Expand Down
4 changes: 2 additions & 2 deletions tests/mutex.rs
@@ -1,7 +1,7 @@
#[cfg(not(target_arch = "wasm32"))]
use std::thread;
#[cfg(not(target_arch = "wasm32"))]
use std::sync::Arc;
#[cfg(not(target_arch = "wasm32"))]
use std::thread;

use async_lock::Mutex;
use futures_lite::future;
Expand Down

0 comments on commit 2710371

Please sign in to comment.