From da965e9ba4bb189fe3202df0874973c4003120e0 Mon Sep 17 00:00:00 2001 From: k-nasa Date: Thu, 28 Nov 2019 15:54:13 +0900 Subject: [PATCH] fix indent --- src/stream/stream/delay.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stream/stream/delay.rs b/src/stream/stream/delay.rs index b045010..5768792 100644 --- a/src/stream/stream/delay.rs +++ b/src/stream/stream/delay.rs @@ -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 { #[pin] stream: S,