From f967d698efd44473a9285e02d0109f3bb0641622 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 12 Aug 2026 07:48:21 +0000 Subject: Format native builder and satisfy clippy --- tests/model_validation.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/model_validation.rs') diff --git a/tests/model_validation.rs b/tests/model_validation.rs index f94a656..92a6640 100644 --- a/tests/model_validation.rs +++ b/tests/model_validation.rs @@ -56,7 +56,10 @@ fn controller_spec_preserves_the_vendored_controller_package_set() { "rsyslog", ] { assert!( - spec.packages.base.iter().any(|candidate| candidate == package), + spec.packages + .base + .iter() + .any(|candidate| candidate == package), "controller package set must contain {package}" ); } -- cgit v1.2.3