Remove trailing whitespace

This commit is contained in:
Tony Jin 2019-11-20 20:36:18 +01:00 committed by GitHub
parent 5de62f80f3
commit 1b0c57377a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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