Skip to content

Commit bcedde5

Browse files
committed
Fix formatting
1 parent e5d5006 commit bcedde5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/std_float/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ pub trait StdFloat: Sealed + Sized {
113113
unsafe { intrinsics::simd_div(self.ln(), base.ln()) }
114114
}
115115

116-
117116
/// Produces a vector where every element has the base-2 logarithm of the value
118117
/// in the equivalently-indexed element in `self`.
119118
#[inline]

0 commit comments

Comments
 (0)