Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Piet Gömpel <[email protected]>
  • Loading branch information
Pietfried committed Jan 23, 2025
1 parent 43beeb1 commit 9927801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/ocpp/v201/functional_blocks/authorization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ void ocpp::v201::Authorization::handle_message(const ocpp::EnhancedMessage<Messa
}

ocpp::v201::AuthorizeResponse
ocpp::v201::Authorization::authorize_req(const IdToken id_token, const std::optional<ocpp::CiString<10000>>& certificate,
ocpp::v201::Authorization::authorize_req(const IdToken id_token,
const std::optional<ocpp::CiString<10000>>& certificate,
const std::optional<std::vector<OCSPRequestData>>& ocsp_request_data) {
AuthorizeRequest req;
req.idToken = id_token;
Expand Down
3 changes: 1 addition & 2 deletions tests/lib/ocpp/v201/mocks/database_handler_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ class DatabaseHandlerMock : public DatabaseHandlerInterface {
(override));
MOCK_METHOD(void, transaction_delete, (const std::string& transaction_id));
MOCK_METHOD(void, insert_or_update_charging_profile,
(const int evse_id, const ChargingProfile& profile,
const CiString<20> charging_limit_source),
(const int evse_id, const ChargingProfile& profile, const CiString<20> charging_limit_source),
(override));
MOCK_METHOD(bool, delete_charging_profile, (const int profile_id));
MOCK_METHOD(void, delete_charging_profile_by_transaction_id, (const std::string& transaction_id));
Expand Down

0 comments on commit 9927801

Please sign in to comment.