Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey36652 committed Dec 2, 2024
1 parent f8b292b commit f93ae61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async_impl/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ impl HttpBody for Decoder {
"there are extra bytes after body has been decompressed",
)))),
Some(Err(err)) => Poll::Ready(Some(Err(crate::error::decode_io(err)))),
None => Poll::Ready(None),
None => Poll::Ready(None),
}
}
}
Expand Down

0 comments on commit f93ae61

Please sign in to comment.