Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Oct 3, 2024
1 parent 83e1b71 commit 3ebcb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read-fonts/src/tables/glyf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ impl PointCoord for F26Dot6 {
Self::from_i32(x)
}

#[inline]
#[inline]
fn to_f32(self) -> f32 {
self.to_f32()
}
Expand Down

0 comments on commit 3ebcb17

Please sign in to comment.