Skip to content

Commit a9e4666

Browse files
committed
tweak macro spacing
1 parent 4d6cad4 commit a9e4666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/range.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ indexed_range_impl!{isize}
187187
// other Range<T> with just Iterator
188188
unindexed_range_impl!{u64, u64}
189189
unindexed_range_impl!{i64, u64}
190-
#[cfg(has_i128)] unindexed_range_impl !{u128, u128}
191-
#[cfg(has_i128)] unindexed_range_impl !{i128, u128}
190+
#[cfg(has_i128)] unindexed_range_impl!{u128, u128}
191+
#[cfg(has_i128)] unindexed_range_impl!{i128, u128}
192192

193193
#[test]
194194
pub fn check_range_split_at_overflow() {

0 commit comments

Comments
 (0)