Skip to content

Commit 1b0c573

Browse files
authored
Remove trailing whitespace
1 parent 5de62f8 commit 1b0c573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ macro_rules! impl_array_newtype {
6262
#[inline]
6363
fn cmp(&self, other: &$thing) -> ::core::cmp::Ordering {
6464
self[..].cmp(&other[..])
65-
}
65+
}
6666
}
6767

6868
impl Clone for $thing {

0 commit comments

Comments
 (0)