Fix clang format

This commit is contained in:
Rapsssito 2024-07-13 13:05:25 +02:00
parent 3fa3f197aa
commit d60b3e6481

View file

@ -41,8 +41,7 @@ void BLECharacteristicSetValueActionManager::set_listener(BLECharacteristic *cha
if (characteristic == evt_characteristic) { if (characteristic == evt_characteristic) {
pre_notify_listener(); pre_notify_listener();
} }
} });
);
// Save the pair listener_id, pre_notify_listener_id to the map // Save the pair listener_id, pre_notify_listener_id to the map
this->listeners_[characteristic] = std::make_pair(listener_id, pre_notify_listener_id); this->listeners_[characteristic] = std::make_pair(listener_id, pre_notify_listener_id);
} }