Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jun 10, 2024
1 parent b3f72cc commit 89e35dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/segment/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ impl Deserializable for Metadata {

let key_range = KeyRange::deserialize(reader)?;

Ok(Self { item_count, compressed_bytes, total_uncompressed_bytes, compression, key_range })
Ok(Self {
item_count,
compressed_bytes,
total_uncompressed_bytes,
compression,
key_range,
})
}
}

0 comments on commit 89e35dd

Please sign in to comment.