mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
Fix formatting
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user