summaryrefslogtreecommitdiffstats
path: root/src/features/side_by_side.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/side_by_side.rs')
-rw-r--r--src/features/side_by_side.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/features/side_by_side.rs b/src/features/side_by_side.rs
index 01e1836c..abb1a16d 100644
--- a/src/features/side_by_side.rs
+++ b/src/features/side_by_side.rs
@@ -460,9 +460,7 @@ fn right_fill_right_panel_line(
pub mod tests {
use crate::ansi::strip_ansi_codes;
use crate::features::line_numbers::tests::*;
- use crate::tests::integration_test_utils::integration_test_utils::{
- make_config_from_args, run_delta,
- };
+ use crate::tests::integration_test_utils::{make_config_from_args, run_delta};
#[test]
fn test_two_minus_lines() {