We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6569497 commit 52d7d4cCopy full SHA for 52d7d4c
src/codec/xz2/decoder.rs
@@ -74,9 +74,7 @@ impl Decode for Xz2Decoder {
74
match status {
75
Status::Ok => Ok(false),
76
Status::StreamEnd => Ok(true),
77
- Status::GetCheck => Err(io::Error::other(
78
- "Unexpected lzma integrity check",
79
- )),
+ Status::GetCheck => Err(io::Error::other("Unexpected lzma integrity check")),
80
Status::MemNeeded => Err(io::Error::other("More memory needed")),
81
}
82
0 commit comments