Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Mar 7, 2024
1 parent 628dcb0 commit 1d52802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/obfs4/src/stream.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use futures::task::{Context, noop_waker};
use futures::task::{noop_waker, Context};
use futures::Future;
use pin_project::pin_project;
use tokio::io::{AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt};
Expand Down Expand Up @@ -147,8 +147,8 @@ where
#[cfg(feature = "disabled")]
#[cfg(test)]
mod abstract_test {
use futures::executor::block_on;
use crate::Result;
use futures::executor::block_on;

#[test]
fn generic_handling() -> Result<()> {
Expand Down

0 comments on commit 1d52802

Please sign in to comment.