[autofix.ci] apply automated fixes (attempt 2/3)

This commit is contained in:
autofix-ci[bot]
2025-09-24 22:07:52 +00:00
committed by GitHub
parent 6f4d14f454
commit 2168b9da89

View File

@@ -461,9 +461,7 @@ impl Stream for StreamBuilder {
if this.sync_buf.is_empty() {
Poll::Pending
} else {
Poll::Ready(Some(mem::take(
&mut this.sync_buf,
)))
Poll::Ready(Some(mem::take(&mut this.sync_buf)))
}
}
}