fix indent

pull/349/head
k-nasa 5 years ago
parent 613895d6be
commit c7dc147f73

@ -8,8 +8,8 @@ use crate::future::Future;
use crate::task::{Context, Poll};
pin_project! {
#[doc(hidden)]
#[derive(Debug)]
#[doc(hidden)]
#[derive(Debug)]
pub struct DelayFuture<F> {
#[pin]
future: F,

Loading…
Cancel
Save