Fix formatting

This commit is contained in:
Konstantin Knizhnik
2022-04-30 22:48:45 +03:00
parent 0e49d748b8
commit dc057ace2f

View File

@@ -278,7 +278,8 @@ impl Layer for DeltaLayer {
let mut decompressed: Vec<u8> = Vec::new();
decoder.read_to_end(&mut decompressed)?;
Value::des(&decompressed)
}.with_context(|| {
}
.with_context(|| {
format!(
"Failed to deserialize file blob from virtual file {}",
file.file.path.display()