Fix formatting

pull/70/head
Wilfred Hughes 2021-11-18 23:21:22 +07:00
parent e9792db333
commit b65d9d8c90
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ use std::{
};
use crate::{
context::{opposite_positions},
context::opposite_positions,
hunks::{aligned_lines_from_hunk, Hunk},
lines::{codepoint_len, enforce_max_length, format_line_num, LineNumber, MaxLine},
positions::SingleLineSpan,