Skip to content

Commit

Permalink
B04:[wip] fix formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Soumya Subramanya <s.subramanya@alfen.com>
  • Loading branch information
SNSubramanya committed Sep 15, 2023
1 parent 33cb132 commit 82ca988
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ocpp/v201/charge_point.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,6 @@ void ChargePoint::init_websocket() {

this->websocket = std::make_unique<Websocket>(connection_options, this->pki_handler, this->logging);
this->websocket->register_connected_callback([this](const int security_profile) {


this->message_queue->resume();
this->websocket_connection_status = WebsocketConnectionStatusEnum::Connected;

Expand Down

0 comments on commit 82ca988

Please sign in to comment.