From 5d34df3f3369cadb181373423c90e3d30048051e Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 30 Jan 2022 22:58:38 -0800 Subject: [PATCH] cargo fmt --- src/side_by_side.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/side_by_side.rs b/src/side_by_side.rs index 3392a86d0..3b2b95826 100644 --- a/src/side_by_side.rs +++ b/src/side_by_side.rs @@ -536,7 +536,6 @@ mod tests { let mut novel_rhs = HashSet::new(); novel_rhs.insert(0.into()); - let hunks = [Hunk { novel_lhs, novel_rhs,