Skip to content

Commit eb34057

Browse files
committed
Remove unnecessary into
1 parent ed294d8 commit eb34057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: asyncgit/src/sync/blame.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub fn blame_file(
7676

7777
let outcome = gix_blame::file(
7878
&repo.objects,
79-
tip.into(),
79+
tip,
8080
cache,
8181
&mut resource_cache,
8282
file_path.into(),

0 commit comments

Comments
 (0)