Skip to content

Commit

Permalink
cargo fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ValMobBIllich committed Oct 21, 2024
1 parent c88127c commit 178d93b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ impl MockableMqttClient for AsyncMqttClient {

let mqtt_uri = format!(
"{}://{}:{}",
mqtt_protocol,
config.mqtt_hostname,
config.mqtt_port
mqtt_protocol, config.mqtt_hostname, config.mqtt_port
);

let mut mqtt_cli = mqtt::CreateOptionsBuilder::new()
Expand Down

0 comments on commit 178d93b

Please sign in to comment.