From 2104d1e5b3c5a5949067197410b93ca0563051ea Mon Sep 17 00:00:00 2001 From: matt rice Date: Thu, 8 Feb 2024 23:07:12 +0000 Subject: [PATCH] Update src/common.rs Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> --- src/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.rs b/src/common.rs index 8e860679..30036869 100644 --- a/src/common.rs +++ b/src/common.rs @@ -61,7 +61,7 @@ macro_rules! define_float_funcs { } #[cfg(not(feature = "std"))] - impl sealed::FloatFuncsSealed for f64{} + impl sealed::FloatFuncsSealed for f64 {} #[cfg(not(feature = "std"))] impl FloatFuncs for f64 { #[inline]