From 13a34d406bf01b6e06e6dae38a3362dc26f546a8 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Fri, 1 Nov 2024 09:45:27 +0100 Subject: [PATCH] run fmt --- tests/solver.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/solver.rs b/tests/solver.rs index 9744bf7..61494c7 100644 --- a/tests/solver.rs +++ b/tests/solver.rs @@ -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");