Skip to content

Commit

Permalink
revert format change
Browse files Browse the repository at this point in the history
  • Loading branch information
triandco committed Sep 23, 2024
1 parent 49f8479 commit e599fc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl<'a> SelectCursor<u16> for DenseBlockSelectCursor<'a> {
}

impl<'a> Set<u16> for DenseBlock<'a> {
type SelectCursor<'b> = DenseBlockSelectCursor<'a> where Self: 'b;
type SelectCursor<'b> = DenseBlockSelectCursor<'a> where Self: 'b;

#[inline(always)]
fn contains(&self, el: u16) -> bool {
Expand Down

0 comments on commit e599fc2

Please sign in to comment.