mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Fix clang format
This commit is contained in:
parent
3fa3f197aa
commit
d60b3e6481
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ void BLECharacteristicSetValueActionManager::set_listener(BLECharacteristic *cha
|
|||
if (characteristic == evt_characteristic) {
|
||||
pre_notify_listener();
|
||||
}
|
||||
}
|
||||
);
|
||||
});
|
||||
// Save the pair listener_id, pre_notify_listener_id to the map
|
||||
this->listeners_[characteristic] = std::make_pair(listener_id, pre_notify_listener_id);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue