Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As mentioned in the original project [related bug](agnoster#9 (comment)), the `bits` variable would never be reached because the `skip` one cannot possibly be less than zero. I am not sure this solves anyhow possible library gotchas, but for sure it removes a condition brought there by a copy and paste, and able to make every linter complain about `bits` being undefined.
- Loading branch information