From f0b4eb55789ac8bed3632b3809f0d1c798957266 Mon Sep 17 00:00:00 2001 From: Hannah Neary Date: Mon, 9 Dec 2024 15:26:49 +0000 Subject: [PATCH] clippy --- control-plane/src/orchestration.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/control-plane/src/orchestration.rs b/control-plane/src/orchestration.rs index d818cf4d..a90e5e6a 100644 --- a/control-plane/src/orchestration.rs +++ b/control-plane/src/orchestration.rs @@ -108,8 +108,7 @@ impl Orchestration { format!( "Command {:?} failed with exit status: {}", args, output.status - ) - .into(), + ), )); }