Skip to content

Commit 00e44b3

Browse files
committed
futures: fix formatting
1 parent 15c663a commit 00e44b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tracing-futures/src/executor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use crate::{Instrument, Instrumented, WithDispatch};
22
#[cfg(feature = "futures-01")]
33
use futures::{
4-
future::{ExecuteError, Executor},
5-
Future,
4+
future::{ExecuteError, Executor},
5+
Future,
66
};
77
#[cfg(feature = "futures-01")]
88
use tokio::executor::{Executor as TokioExecutor, SpawnError};

tracing-futures/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ extern crate tracing;
2727

2828
#[cfg(feature = "std-future")]
2929
use std::{
30-
pin::Pin,
31-
task::Context,
30+
pin::Pin,
31+
task::Context,
3232
};
3333

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

0 commit comments

Comments
 (0)