From bc61ee06b4528e0ee665dfd83dc1bb925ba3cad8 Mon Sep 17 00:00:00 2001 From: Jacob Finkelman Date: Fri, 6 Sep 2024 18:36:07 +0000 Subject: [PATCH] cargo fmt --- tests/examples.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples.rs b/tests/examples.rs index b9c70e92..b0e92715 100644 --- a/tests/examples.rs +++ b/tests/examples.rs @@ -237,7 +237,7 @@ fn confusing_with_lots_of_holes() { }; assert_eq!( &DefaultStringReporter::report(&derivation_tree), - r#"Because foo 1 | 2 | 3 | 4 | 5 depends on bar and there is no version of foo in <1 | >1, <2 | >2, <3 | >3, <4 | >4, <5 | >5, foo depends on bar. + r#"Because foo 1 | 2 | 3 | 4 | 5 depends on bar and there is no version of foo in <1 | >1, <2 | >2, <3 | >3, <4 | >4, <5 | >5, foo depends on bar. And because there is no available version for bar and root 1 depends on foo, root 1 is forbidden."# ); derivation_tree.collapse_no_versions();