Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlosioneer committed Mar 8, 2018
1 parent 02aa39f commit 910d855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/num/wrapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ macro_rules! wrapping_int_impl {
/// use std::num::Wrapping;
///
/// let n: Wrapping<i64> = Wrapping(0x0123456789ABCDEF);
///
///
/// if cfg!(target_endian = "little") {
/// assert_eq!(Wrapping::<i64>::from_le(n), n);
/// } else {
Expand Down

0 comments on commit 910d855

Please sign in to comment.