dropbox / rust-brotli

Brotli compressor and decompressor written in rust that optionally avoids the stdlib
https://dropbox.tech/infrastructure/-broccoli--syncing-faster-by-syncing-less
BSD 3-Clause "New" or "Revised" License
797 stars 83 forks source link

Remove unused loop #189

Closed nyurik closed 2 months ago

nyurik commented 2 months ago

The nested loop is only executed once, so made the code much more readable and clearer by removing it. Inside the loop, the if statement had to be inverted.

Use hide whitespace changes when reviewing