Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jan 25, 2025
1 parent b6e4e5a commit 285259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggligator/src/exec/js/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![allow(unsafe_code)]

use futures::{FutureExt, Stream};
use std::{
fmt,
future::{Future, IntoFuture},
Expand Down Expand Up @@ -125,7 +126,6 @@ mod js {
}
}

use futures::{FutureExt, Stream};
/// Future for [`sleep`].
#[cfg(all(target_family = "wasm", not(target_feature = "atomics")))]
pub use js::JsSleep as Sleep;
Expand Down

0 comments on commit 285259d

Please sign in to comment.