Skip to content

Commit b327cf2

Browse files
committed
Fix import in test
1 parent 44feabb commit b327cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-diff/src/blob/git_diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ fn perimeter(rectangle: &Rectangle) -> u32 {
363363
(rectangle.width + rectangle.height) * 2
364364
}
365365
"#;
366-
use crate::blob::diff::ChangeKind;
366+
use crate::blob::git_diff::ChangeKind;
367367

368368
let input = InternedInput::new(before, after);
369369
let diff = imara_diff::diff(imara_diff::Algorithm::Histogram, &input, GitDiff::new(&input));

0 commit comments

Comments
 (0)