From 3ebcb17740b25032beb2337070ae5debecb1989a Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Thu, 3 Oct 2024 03:12:49 -0400 Subject: [PATCH] fmt --- read-fonts/src/tables/glyf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read-fonts/src/tables/glyf.rs b/read-fonts/src/tables/glyf.rs index fcf2f5ab..2fb41352 100644 --- a/read-fonts/src/tables/glyf.rs +++ b/read-fonts/src/tables/glyf.rs @@ -747,7 +747,7 @@ impl PointCoord for F26Dot6 { Self::from_i32(x) } - #[inline] + #[inline] fn to_f32(self) -> f32 { self.to_f32() }