From a4ee2cf99e760562c3ffbd016a996ff50ef99442 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 26 Aug 2023 21:41:41 -0700 Subject: [PATCH] cargo fmt --- src/display/hunks.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/display/hunks.rs b/src/display/hunks.rs index b14ef9d535..ecf3e977ef 100644 --- a/src/display/hunks.rs +++ b/src/display/hunks.rs @@ -5,8 +5,8 @@ /// If we exceed this, the lines are stored in separate hunks. const MAX_DISTANCE: u32 = 4; -use std::collections::HashSet; use line_numbers::LineNumber; +use std::collections::HashSet; use crate::{ constants::Side, @@ -678,8 +678,8 @@ pub fn matched_lines_indexes_for_hunk( #[cfg(test)] mod tests { - use std::iter::FromIterator; use line_numbers::SingleLineSpan; + use std::iter::FromIterator; use super::*; use crate::{