2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-03-04 17:19:41 +00:00

fix indent

This commit is contained in:
k-nasa 2019-11-28 15:54:13 +09:00
parent 9f7c1833dc
commit da965e9ba4

View file

@ -8,8 +8,8 @@ use crate::stream::Stream;
use crate::task::{Context, Poll};
pin_project! {
#[doc(hidden)]
#[allow(missing_debug_implementations)]
#[doc(hidden)]
#[allow(missing_debug_implementations)]
pub struct Delay<S> {
#[pin]
stream: S,