Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Nov 14, 2023
1 parent f6be623 commit cb10508
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/decoder/zlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,7 @@ impl ZlibStream {

let (in_consumed, out_consumed) = self
.state
.read(
&[],
self.out_buffer.as_mut_slice(),
self.out_pos,
true,
)
.read(&[], self.out_buffer.as_mut_slice(), self.out_pos, true)
.map_err(|err| {
DecodingError::Format(FormatErrorInner::CorruptFlateStream { err }.into())
})?;
Expand Down

0 comments on commit cb10508

Please sign in to comment.