mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-01 22:16:40 +00:00
Run fmt
This commit is contained in:
parent
5aadc5e4e9
commit
ed5b095c73
1 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,7 @@ enum CycleState {
|
||||||
FromBuffer,
|
FromBuffer,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<T: Clone, S: Stream<Item = T>,> Cycle<S, T> {
|
impl<T: Clone, S: Stream<Item = T>> Cycle<S, T> {
|
||||||
pub fn new(source: S) -> Cycle<S, T> {
|
pub fn new(source: S) -> Cycle<S, T> {
|
||||||
Cycle {
|
Cycle {
|
||||||
source,
|
source,
|
||||||
|
@ -67,4 +67,3 @@ where
|
||||||
Poll::Ready(next)
|
Poll::Ready(next)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue