From c121098fb31af8dee114873cdd0123a1f4d1c9fa Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 18 Dec 2024 20:08:44 -0500 Subject: [PATCH] cargo clippy --fix --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index 9629b15..c05e730 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -141,7 +141,7 @@ pub fn declare_vhost(client: APIClient, command_args: &ArgMatches) -> ClientResu description, default_queue_type: dqt, tags: None, - tracing: tracing, + tracing, }; client.create_vhost(¶ms)