Skip to content

Commit dbbf47c

Browse files
committed
formatting
1 parent cafbbf8 commit dbbf47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numeric_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub fn unrolled_prod<A>(mut xs: &[A]) -> A
6969
p2 = p2 * xs[2].clone();
7070
p3 = p3 * xs[3].clone();
7171
p4 = p4 * xs[4].clone();
72-
p5 = p5 *xs[5].clone();
72+
p5 = p5 * xs[5].clone();
7373
p6 = p6 * xs[6].clone();
7474
p7 = p7 * xs[7].clone();
7575

0 commit comments

Comments
 (0)