Fix clang format

This commit is contained in:
Rapsssito 2024-10-22 11:44:13 +02:00
parent 214bd354a0
commit 8e2fa076e2

View file

@ -27,9 +27,8 @@ void ESP32ImprovComponent::setup() {
});
}
#endif
global_ble_server->on(BLEServerEvt::EmptyEvt::ON_DISCONNECT, [this](uint16_t conn_id) {
this->set_error_(improv::ERROR_NONE);
});
global_ble_server->on(BLEServerEvt::EmptyEvt::ON_DISCONNECT,
[this](uint16_t conn_id) { this->set_error_(improv::ERROR_NONE); });
}
void ESP32ImprovComponent::setup_characteristics() {