From 92e1f87c2c30f3e7387fc138925742d32a2fc4c8 Mon Sep 17 00:00:00 2001 From: Jiri Prchal Date: Mon, 13 Jan 2025 15:32:54 +0100 Subject: [PATCH] [dalas_temp] fix clang format --- esphome/components/dallas_temp/dallas_temp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/dallas_temp/dallas_temp.cpp b/esphome/components/dallas_temp/dallas_temp.cpp index 59b7578a33..32aee2bcd7 100644 --- a/esphome/components/dallas_temp/dallas_temp.cpp +++ b/esphome/components/dallas_temp/dallas_temp.cpp @@ -43,7 +43,7 @@ void DallasTemperatureSensor::update() { this->status_clear_warning(); this->send_command_(DALLAS_COMMAND_START_CONVERSION); - this->bus_->strong_pullup (); + this->bus_->strong_pullup(); this->set_timeout(this->get_address_name(), this->millis_to_wait_for_conversion_(), [this] { if (!this->read_scratch_pad_() || !this->check_scratch_pad_()) {