Skip to content

Commit 9a62df1

Browse files
committed
add whitespace
1 parent 7522390 commit 9a62df1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/future/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ cfg_std! {
6363

6464
cfg_default! {
6565
pub use timeout::{timeout, TimeoutError};
66+
6667
mod timeout;
6768
}
6869

6970
cfg_unstable! {
7071
pub use into_future::IntoFuture;
7172
pub(crate) use maybe_done::MaybeDone;
73+
7274
mod into_future;
7375
mod maybe_done;
7476
}

0 commit comments

Comments
 (0)