Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Sep 17, 2024
1 parent 42cd726 commit d090c29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jxl/src/entropy_coding/huffman.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ impl Table {
}
} else {
let extra_bits = code_len - 14;



let new_len = if code_len == CODE_LENGTH_REPEAT_CODE {
prev_code_len
} else {
Expand Down

0 comments on commit d090c29

Please sign in to comment.