fix spaces

This commit is contained in:
Maksym Vorobiov 2020-03-03 19:17:41 +02:00
parent 8546b412d9
commit 6eb46735d3
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ where
Some(Acquired(this.key.clone(), this.inner.take())),
)));
Poll::Ready(())
} else {
} else {
*this.h2 = Some(handshake(io).boxed_local());
self.poll(cx)
}