From 1b0c57377a2eae4fa5bb7a4dd177b7754fccd071 Mon Sep 17 00:00:00 2001 From: Tony Jin Date: Wed, 20 Nov 2019 20:36:18 +0100 Subject: [PATCH] Remove trailing whitespace --- src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.rs b/src/macros.rs index 6a8354f..6e72155 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -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 {