fix indent

pull/309/head
k-nasa 5 years ago
parent 9f7c1833dc
commit da965e9ba4

@ -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,

Loading…
Cancel
Save