From 15864f982600cbf21a2bf32e7a9300b9a9f48b32 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Wed, 10 Feb 2021 20:28:14 -0700 Subject: Remove redundant `format!()` --- src/bin/deploy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/deploy.rs b/src/bin/deploy.rs index 756c97c..9c41d25 100644 --- a/src/bin/deploy.rs +++ b/src/bin/deploy.rs @@ -208,7 +208,7 @@ async fn get_deployment_data( } (None, None) => { // We need to evaluate all profiles of all nodes anyway, so just do it strictly - c.arg(format!("deploy: deploy")) + c.arg("deploy: deploy") } (None, Some(_)) => return Err(GetDeploymentDataError::ProfileNoNode), } -- cgit v1.2.3