mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -459,11 +459,11 @@ impl Stream for StreamBuilder {
|
||||
}
|
||||
|
||||
if this.sync_buf.is_empty() {
|
||||
return Poll::Pending;
|
||||
Poll::Pending
|
||||
} else {
|
||||
return Poll::Ready(Some(mem::take(
|
||||
Poll::Ready(Some(mem::take(
|
||||
&mut this.sync_buf,
|
||||
)));
|
||||
)))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user