Remove trailing whitespace
This commit is contained in:
parent
5de62f80f3
commit
1b0c57377a
|
@ -62,7 +62,7 @@ macro_rules! impl_array_newtype {
|
||||||
#[inline]
|
#[inline]
|
||||||
fn cmp(&self, other: &$thing) -> ::core::cmp::Ordering {
|
fn cmp(&self, other: &$thing) -> ::core::cmp::Ordering {
|
||||||
self[..].cmp(&other[..])
|
self[..].cmp(&other[..])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Clone for $thing {
|
impl Clone for $thing {
|
||||||
|
|
Loading…
Reference in New Issue