Fix trailing whitespace

This commit is contained in:
Phlosioneer 2018-03-08 03:30:55 -05:00
parent 5258af398a
commit bf101a5759

View file

@ -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 {