Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yhchiang-sol committed Jan 31, 2024
1 parent 5dbd578 commit b4e3acf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions accounts-db/src/tiered_storage/hot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,7 @@ impl HotStorageWriter {
// account meta, data, optional fields, its address, and AccountOffset).
// Storage size from those shared blocks like footer and owners block
// is not included.
size: stored_size
+ footer.index_block_format.entry_size::<HotAccountOffset>(),
size: stored_size + footer.index_block_format.entry_size::<HotAccountOffset>(),
});
index.push(index_entry);
}
Expand Down

0 comments on commit b4e3acf

Please sign in to comment.