From: Jonathan McDowell Date: Sat, 26 Apr 2025 14:54:09 +0000 (+0100) Subject: Apply "cargo fmt" to code X-Git-Tag: v0.2.0~10 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=11e2b8487598b2ce12ff0e223f5a9a49bdae2b08;p=mqttdeck.git Apply "cargo fmt" to code --- diff --git a/src/main.rs b/src/main.rs index ad2abc2..aefcdca 100644 --- a/src/main.rs +++ b/src/main.rs @@ -78,7 +78,7 @@ async fn main() { .user_name(&conf["MQTT"]["username"]) .password(&conf["MQTT"]["password"]) .will_message(lwt_msg) - .automatic_reconnect(Duration::new(2,0), Duration::new(60,0)) + .automatic_reconnect(Duration::new(2, 0), Duration::new(60, 0)) .finalize(); if let Err(err) = cli.connect(conn_opts).wait() {