Skip to content

Commit bf101a5

Browse files
committed
Fix trailing whitespace
1 parent 5258af3 commit bf101a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/num/wrapping.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ macro_rules! wrapping_int_impl {
525525
/// use std::num::Wrapping;
526526
///
527527
/// let n: Wrapping<i64> = Wrapping(0x0123456789ABCDEF);
528-
///
528+
///
529529
/// if cfg!(target_endian = "little") {
530530
/// assert_eq!(Wrapping::<i64>::from_le(n), n);
531531
/// } else {

0 commit comments

Comments
 (0)