Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Sep 26, 2023
1 parent 74981d4 commit 2968137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_installs_packages/src/package_database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ mod test {
.unwrap();

let (_artifact, _metadata) = package_db
.get_pep658_metadata::<Wheel>(&artifact_info)
.get_pep658_metadata::<Wheel>(artifact_info)
.await
.unwrap();
}
Expand Down

0 comments on commit 2968137

Please sign in to comment.