Skip to content

Commit

Permalink
cargo clippy --fix
Browse files Browse the repository at this point in the history
michaelklishin committed Dec 19, 2024
1 parent ddd2790 commit c121098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
@@ -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(&params)

0 comments on commit c121098

Please sign in to comment.