Skip to content

Commit 004acc0

Browse files
committed
chore: clippy
1 parent ea29863 commit 004acc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/fs/gc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ mod tests {
353353
assert_eq!(store.get_bytes(hash).await?.as_ref(), b"foo");
354354
drop(temp_tag);
355355
let mut live = HashSet::new();
356-
gc_run_once(&store, &mut live).await?;
356+
gc_run_once(store, &mut live).await?;
357357

358358
// check that `get_bytes` returns an error.
359359
let res = store.get_bytes(hash).await;

0 commit comments

Comments
 (0)