Skip to content

Commit 5d12e3b

Browse files
committed
Prettify paragraph
1 parent 2d7603c commit 5d12e3b

File tree

1 file changed

+1
-2
lines changed
  • crates/storage/src/collections/bitstash

1 file changed

+1
-2
lines changed

crates/storage/src/collections/bitstash/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ impl BitStash {
7474
/// in the `free` list.
7575
///
7676
/// Returns the bit position of the first bit in the 256-bit chunk and not
77-
/// the chunk position since that's what [`Bitvec::get_chunk`]
78-
/// expects.
77+
/// the chunk position since that's what [`Bitvec::get_chunk`] expects.
7978
///
8079
/// Also directly increases the count of the first found free bit chunk.
8180
fn position_first_zero(&mut self) -> Option<u64> {

0 commit comments

Comments
 (0)