Skip to content

Commit 4ebb39d

Browse files
committed
cargo fmt
1 parent 1656a2f commit 4ebb39d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,6 @@ macro_rules! impl_integer_for_usize {
992992
assert!((6 as $T).is_multiple_of(&(3 as $T)));
993993
assert!((6 as $T).is_multiple_of(&(1 as $T)));
994994

995-
996995
assert!(!(42 as $T).is_multiple_of(&(5 as $T)));
997996
assert!(!(5 as $T).is_multiple_of(&(3 as $T)));
998997
assert!(!(42 as $T).is_multiple_of(&(0 as $T)));

0 commit comments

Comments
 (0)