Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Jan 17, 2024
1 parent 14d8469 commit 24cb36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/OCPP201/OCPP201.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,8 @@ void OCPP201::ready() {
auto ev_connection_timeout = std::stoi(set_variable_data.attributeValue.get());
this->r_auth->call_set_connection_timeout(ev_connection_timeout);
} catch (const std::exception& e) {
EVLOG_error << "Could not parse EVConnectionTimeOut and did not set it in Auth module, error: " << e.what();
EVLOG_error << "Could not parse EVConnectionTimeOut and did not set it in Auth module, error: "
<< e.what();
return;
}
}
Expand Down

0 comments on commit 24cb36b

Please sign in to comment.