Skip to content

Commit

Permalink
adapt to changes in gix-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 4, 2023
1 parent d6e7201 commit 40e7440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gix-odb/src/store_impls/dynamic/find.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ where
id: &gix_hash::oid,
buffer: &'a mut Vec<u8>,
pack_cache: &mut dyn DecodeEntry,
) -> Result<Option<(gix_object::Data<'a>, Option<gix_pack::data::entry::Location>)>, gix_pack::find::Error> {
) -> Result<Option<(gix_object::Data<'a>, Option<gix_pack::data::entry::Location>)>, gix_object::find::Error> {
let mut snapshot = self.snapshot.borrow_mut();
let mut inflate = self.inflate.borrow_mut();
self.try_find_cached_inner(id, buffer, &mut inflate, pack_cache, &mut snapshot, None)
Expand Down

0 comments on commit 40e7440

Please sign in to comment.