mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 09:15:33 +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,
|
||||
}
|
||||
|
||||
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