From 187da5a368f32376525cf266be11e85244c7d204 Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Fri, 15 Nov 2024 07:47:44 -0500 Subject: [PATCH] lint --- src/opt.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/opt.rs b/src/opt.rs index c05ede25..c9ca2a38 100644 --- a/src/opt.rs +++ b/src/opt.rs @@ -344,7 +344,11 @@ pub struct BuildOpts { pub no_test: bool, /// The strategy to use for running tests - #[arg(long, default_value = "native-and-emulated", help_heading = "Modifying result")] + #[arg( + long, + default_value = "native-and-emulated", + help_heading = "Modifying result" + )] pub test: TestStrategy, /// Don't force colors in the output of the build script