diff --git a/src/proto/h2/mod.rs b/src/proto/h2/mod.rs index d00f7391..eab57be2 100644 --- a/src/proto/h2/mod.rs +++ b/src/proto/h2/mod.rs @@ -136,7 +136,7 @@ where // streaming state, we either finished it // somehow, or the remote reset us. return Poll::Ready(Err(crate::Error::new_body_write( - "send stream capacity unexpectedly closed" + "send stream capacity unexpectedly closed", ))); } }