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