From 11e2b8487598b2ce12ff0e223f5a9a49bdae2b08 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sat, 26 Apr 2025 15:54:09 +0100 Subject: [PATCH] Apply "cargo fmt" to code --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5