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:
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};
|
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,
|
||||||
|
|
Loading…
Reference in a new issue