Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Nov 1, 2024
1 parent 4eb7ec2 commit 13a34d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1366,10 +1366,8 @@ fn test_snapshot_union_requirements() {

#[test]
fn test_root_constraints() {
let provider = BundleBoxProvider::from_packages(&[
("icons", 1, vec![]),
("union", 1, vec!["icons"]),
]);
let provider =
BundleBoxProvider::from_packages(&[("icons", 1, vec![]), ("union", 1, vec!["icons"])]);

let union_name_id = provider.package_name("union");

Expand Down

0 comments on commit 13a34d4

Please sign in to comment.