Resolve clang-format issue

This commit is contained in:
nworbneb 2024-11-10 21:00:19 +00:00 committed by GitHub
parent 75599c7d5b
commit 8158511a01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ void TemplateAlarmControlPanel::loop() {
continue;
}
switch(sensor_info.second.type) {
switch (sensor_info.second.type) {
case ALARM_SENSOR_TYPE_INSTANT:
instant_sensor_not_ready = true;
break;