From 6b6ebc5754920dae162c1f0c054dd0c9c9d570e1 Mon Sep 17 00:00:00 2001 From: Gianfranco Berardi <54074967+gberardi-pillar@users.noreply.github.com> Date: Tue, 7 May 2024 16:14:38 -0500 Subject: [PATCH] Fix lint issue. Signed-off-by: Gianfranco Berardi <54074967+gberardi-pillar@users.noreply.github.com> --- lib/ocpp/v201/charge_point.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ocpp/v201/charge_point.cpp b/lib/ocpp/v201/charge_point.cpp index 57e48b763..ef6346838 100644 --- a/lib/ocpp/v201/charge_point.cpp +++ b/lib/ocpp/v201/charge_point.cpp @@ -31,8 +31,7 @@ bool Callbacks::all_callbacks_valid() const { this->connector_effective_operative_status_changed_callback != nullptr and this->get_log_request_callback != nullptr and this->unlock_connector_callback != nullptr and this->remote_start_transaction_callback != nullptr and this->is_reservation_for_token_callback != nullptr and - this->update_firmware_request_callback != nullptr and - this->security_event_callback != nullptr and + this->update_firmware_request_callback != nullptr and this->security_event_callback != nullptr and this->set_charging_profiles_callback != nullptr and (!this->variable_changed_callback.has_value() or this->variable_changed_callback.value() != nullptr) and (!this->validate_network_profile_callback.has_value() or