[dalas_temp] fix clang format

This commit is contained in:
Jiri Prchal 2025-01-13 15:32:54 +01:00
parent 299bcb3e74
commit 92e1f87c2c

View File

@ -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_()) {