From: Matt Corallo Date: Mon, 23 Jul 2018 03:54:30 +0000 (-0400) Subject: Remove dangling spaces from #75 X-Git-Tag: v0.0.12~376^2 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=refs%2Fheads%2F2018-07-75-dangling-spaces;p=rust-lightning Remove dangling spaces from #75 --- diff --git a/src/ln/msgs.rs b/src/ln/msgs.rs index a10a50e22..1bc6f0ba6 100644 --- a/src/ln/msgs.rs +++ b/src/ln/msgs.rs @@ -1625,7 +1625,7 @@ mod tests { let encoded_value = cr.encode(); assert_eq!( - encoded_value, + encoded_value, vec![4, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4, 3, 27, 132, 197, 86, 123, 18, 100, 64, 153, 93, 62, 213, 170, 186, 5, 101, 215, 30, 24, 52, 96, 72, 25, 255, 156, 23, 245, 233, 213, 221, 7, 143] ); } @@ -1647,7 +1647,7 @@ mod tests { let encoded_value = cr.encode(); assert_eq!( - encoded_value, + encoded_value, vec![4, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 27, 132, 197, 86, 123, 18, 100, 64, 153, 93, 62, 213, 170, 186, 5, 101, 215, 30, 24, 52, 96, 72, 25, 255, 156, 23, 245, 233, 213, 221, 7, 143] ); }