forked from mirror/async-std
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,
|
||||
}
|
||||
|
||||
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> {
|
||||
Cycle {
|
||||
source,
|
||||
|
@ -67,4 +67,3 @@ where
|
|||
Poll::Ready(next)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue