Skip to content

Commit

Permalink
Fix lint issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Gianfranco Berardi <[email protected]>
  • Loading branch information
gberardi-pillar committed May 7, 2024
1 parent 9a78a69 commit 6b6ebc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ocpp/v201/charge_point.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b6ebc5

Please sign in to comment.