Skip to content

Commit

Permalink
style: remove trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Oct 9, 2024
1 parent 5f0479d commit d4dc9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/re/bitmapset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ where
if first.0 == key && first.1 == value {
return false;
}

let offset = key as isize - first.0 as isize;

match offset {
Expand Down

0 comments on commit d4dc9ac

Please sign in to comment.