Skip to content

Commit

Permalink
fix: fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nfejzic committed Oct 7, 2023
1 parent 52d8473 commit 7340b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/band.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ where
return true;
}

return false;
false
}

fn expand_while<F>(&mut self, f: F) -> bool
Expand Down

0 comments on commit 7340b7e

Please sign in to comment.