about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crates/std_float/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/std_float/src/lib.rs b/crates/std_float/src/lib.rs
index 23ee55d8ac3..44bbcba412f 100644
--- a/crates/std_float/src/lib.rs
+++ b/crates/std_float/src/lib.rs
@@ -113,7 +113,6 @@ pub trait StdFloat: Sealed + Sized {
         unsafe { intrinsics::simd_div(self.ln(), base.ln()) }
     }
 
-
     /// Produces a vector where every element has the base-2 logarithm of the value
     /// in the equivalently-indexed element in `self`.
     #[inline]