Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass authored and Pietfried committed Oct 24, 2023
1 parent 067dc77 commit 6996550
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ocpp/v16/charge_point_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2217,8 +2217,7 @@ void ChargePointImpl::handleSignedUpdateFirmware(ocpp::Call<SignedUpdateFirmware
}

if (response.status == UpdateFirmwareStatusEnumType::InvalidCertificate) {
this->securityEventNotification("InvalidFirmwareSigningCertificate", "Certificate is invalid.",
true);
this->securityEventNotification("InvalidFirmwareSigningCertificate", "Certificate is invalid.", true);
}
}

Expand Down

0 comments on commit 6996550

Please sign in to comment.