Skip to content

Commit 2f3501e

Browse files
committed
drop accidental trailing whitespace
1 parent 9133458 commit 2f3501e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/nonzero.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ macro_rules! nonzero_integer_signedness_dependent_methods {
12371237
let mut op = self.get();
12381238
let mut res = 0;
12391239
let mut one = 1 << (self.ilog2() & !1);
1240-
1240+
12411241
while one != 0 {
12421242
if op >= res + one {
12431243
op -= res + one;

0 commit comments

Comments
 (0)