mirror of
https://github.com/esphome/esphome.git
synced 2025-01-08 13:51:43 +01:00
Resolve clang-format issue
This commit is contained in:
parent
75599c7d5b
commit
8158511a01
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ void TemplateAlarmControlPanel::loop() {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch(sensor_info.second.type) {
|
switch (sensor_info.second.type) {
|
||||||
case ALARM_SENSOR_TYPE_INSTANT:
|
case ALARM_SENSOR_TYPE_INSTANT:
|
||||||
instant_sensor_not_ready = true;
|
instant_sensor_not_ready = true;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue