2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-23 08:46:46 +00:00

fix indent

This commit is contained in:
k-nasa 2019-10-29 09:27:35 +09:00
parent 613895d6be
commit c7dc147f73

View file

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