From db1ee1babce4814e31f7659a9daf4e57a467fc7a Mon Sep 17 00:00:00 2001 From: Long Vo Date: Tue, 19 Nov 2024 15:15:16 +0700 Subject: [PATCH] updated formating --- esphome/components/mqtt/mqtt_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/mqtt/mqtt_client.h b/esphome/components/mqtt/mqtt_client.h index 80a4ef51a3..34eac29464 100644 --- a/esphome/components/mqtt/mqtt_client.h +++ b/esphome/components/mqtt/mqtt_client.h @@ -264,7 +264,7 @@ class MQTTClientComponent : public Component { void set_on_disconnect(mqtt_on_disconnect_callback_t &&callback); // Publish None state instead of NaN for Home Assistant - void set_publish_nan_as_none(bool publish_nan_as_none_); + void set_publish_nan_as_none(bool publish_nan_as_none); bool is_publish_nan_as_none() const; protected: