From 19f983c657965ea209fad7f50f7da8aaae774085 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Tue, 15 Oct 2024 17:51:40 +0200 Subject: [PATCH] formatting --- src/devices/thermostat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index 71b6ccad7..5ac7790e4 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -2405,7 +2405,7 @@ bool Thermostat::set_wwDisinfectDay(const char * value, const int8_t id) { } bool Thermostat::set_wwDisinfectHour(const char * value, const int8_t id) { - auto dhw = dhw_circuit( id2dhw(id)); + auto dhw = dhw_circuit(id2dhw(id)); if (dhw == nullptr) { return false; }