Skip to content

Commit 6d01799

Browse files
committed
cargo fmt
1 parent 0699e3f commit 6d01799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/roots.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ macro_rules! unsigned_roots {
335335

336336
if bits::<$T>() <= 32 {
337337
// Implementation based on Hacker's Delight `icbrt2`
338-
let mut x = a ;
338+
let mut x = a;
339339
let mut y2 = 0;
340340
let mut y = 0;
341341
let smax = bits::<$T>() / 3;

0 commit comments

Comments
 (0)