Skip to content

Commit 30ea7f8

Browse files
committed
Merge #183: Remove trailing whitespace
1b0c573 Remove trailing whitespace (Tony Jin) Pull request description: Removes some trailing whitespace in the `macros.rs` file. Top commit has no ACKs. Tree-SHA512: cb0486f0c1660e56ce996e448315dc95799d9596657ea63fa3d1dc3fed83b4ed20ba42ea1e311a8a7da86982ee9bc5a61a6b874f0cfdd98bdda67ca762227c78
2 parents 5de62f8 + 1b0c573 commit 30ea7f8

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)