Skip to content

Commit

Permalink
futures: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbilker committed Jul 14, 2019
1 parent 15c663a commit 00e44b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tracing-futures/src/executor.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::{Instrument, Instrumented, WithDispatch};
#[cfg(feature = "futures-01")]
use futures::{
future::{ExecuteError, Executor},
Future,
future::{ExecuteError, Executor},
Future,
};
#[cfg(feature = "futures-01")]
use tokio::executor::{Executor as TokioExecutor, SpawnError};
Expand Down
4 changes: 2 additions & 2 deletions tracing-futures/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ extern crate tracing;

#[cfg(feature = "std-future")]
use std::{
pin::Pin,
task::Context,
pin::Pin,
task::Context,
};

#[cfg(feature = "futures-01")]
Expand Down

0 comments on commit 00e44b3

Please sign in to comment.