Skip to content

Commit 6258c7d

Browse files
committed
Remove whitespace
1 parent 8ee85f5 commit 6258c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/range.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ impl Step for char {
504504

505505
#[requires({
506506
(start as u32).checked_add(count as u32).is_some_and(|dist|
507-
(start as u32) >= 0xD800 ||
507+
(start as u32) >= 0xD800 ||
508508
dist < 0xD800 ||
509509
dist.checked_add(0x800).is_some()
510510
)

0 commit comments

Comments
 (0)