Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Sep 1, 2024
1 parent 5f501c0 commit 872192b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ impl BlockedGroupIndexBuilder {
if !self.is_blocked {
return BlockedGroupIndex {
block_id: 0,
block_offset: packed_index,
block_offset: packed_index as u64,
}
}

Expand Down

0 comments on commit 872192b

Please sign in to comment.