Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Aug 27, 2023
1 parent b78ba2d commit a4ee2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/display/hunks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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::{
Expand Down

0 comments on commit a4ee2cf

Please sign in to comment.