From 24cb36b41860fba73603190a88cb27fd63d5ed3f Mon Sep 17 00:00:00 2001 From: Kai-Uwe Hermann Date: Wed, 17 Jan 2024 20:58:24 +0100 Subject: [PATCH] clang-format Signed-off-by: Kai-Uwe Hermann --- modules/OCPP201/OCPP201.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/OCPP201/OCPP201.cpp b/modules/OCPP201/OCPP201.cpp index 9ba5af1d7..538543360 100644 --- a/modules/OCPP201/OCPP201.cpp +++ b/modules/OCPP201/OCPP201.cpp @@ -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; } }