From 1253f2029a1642f2767f40e098582c0994152743 Mon Sep 17 00:00:00 2001 From: tummychow Date: Sun, 11 Mar 2018 16:44:52 -0700 Subject: remove trailing whitespace i don't know how this bit of whitespace managed to sneak by both rustfmt (it seems to struggle with deep combinator chains) and ws-butler (which might have missed the whitespace if it was actually inserted by rustfmt) but it offends my eyes and must destroyed --- src/commute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commute.rs b/src/commute.rs index 455e1a5..39deebf 100644 --- a/src/commute.rs +++ b/src/commute.rs @@ -81,7 +81,7 @@ where // to be reverse line order (bottom to top), which also // happens to be reverse of the order they're stored .rev() - .fold(Some(after.clone()), |after, next| + .fold(Some(after.clone()), |after, next| after .and_then(|after| commute(next, &after)) .map(|(commuted_after, _)| commuted_after) -- cgit v1.2.3