mirror of
https://github.com/esphome/esphome.git
synced 2025-01-07 13:21:44 +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;
|
||||
}
|
||||
|
||||
switch(sensor_info.second.type) {
|
||||
switch (sensor_info.second.type) {
|
||||
case ALARM_SENSOR_TYPE_INSTANT:
|
||||
instant_sensor_not_ready = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue