From 9679849836571c3e4df2d0191399be5706e8101e Mon Sep 17 00:00:00 2001 From: Simon Dold Date: Fri, 8 Sep 2023 17:40:03 +0200 Subject: [PATCH] fix style. --- src/search/plugins/raw_registry.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/search/plugins/raw_registry.cc b/src/search/plugins/raw_registry.cc index 6d4c4c0b79..1bb0862376 100644 --- a/src/search/plugins/raw_registry.cc +++ b/src/search/plugins/raw_registry.cc @@ -178,8 +178,8 @@ Features RawRegistry::collect_features( int parameter_occurrence = pair.second; if (parameter_occurrence > 1) { errors.push_back( - "The Parameter '" + parameter + "' in '" + feature_key + "' is defined " + - to_string(parameter_occurrence) + " times."); + "The Parameter '" + parameter + "' in '" + feature_key + "' is defined " + + to_string(parameter_occurrence) + " times."); } } }