summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/src/policy_table/validation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_regular/src/policy_table/validation.cc')
-rw-r--r--src/components/policy/policy_regular/src/policy_table/validation.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/policy/policy_regular/src/policy_table/validation.cc b/src/components/policy/policy_regular/src/policy_table/validation.cc
index c98a0ed5f0..dbc44f01ab 100644
--- a/src/components/policy/policy_regular/src/policy_table/validation.cc
+++ b/src/components/policy/policy_regular/src/policy_table/validation.cc
@@ -288,9 +288,8 @@ bool VehicleDataItem::Validate() const {
};
if (!ValidateTypes()) {
- SDL_LOG_ERROR(
-
- "Unknown type: " << std::string(type) << " of " << std::string(key));
+ SDL_LOG_ERROR("Unknown type: " << std::string(type) << " of "
+ << std::string(key));
return false;
}
return true;