mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-09 01:46:42 +00:00
fix indent
This commit is contained in:
parent
613895d6be
commit
c7dc147f73
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue