Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Sep 27, 2023
1 parent 62cd885 commit 6301b79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion write-fonts/src/tables/variations/ivs_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ mod tests {
let _ = builder.add_deltas(vec![(r1.clone(), -9), (r3.clone(), 7)]);
let _ = builder.add_deltas(vec![(r1, -11), (r3, 7)]);

let encoder = builder.encoder();
// we should have three regions, and two subtables
let (_, key_lookup) = builder.build();

Expand Down

0 comments on commit 6301b79

Please sign in to comment.