Skip to content

Commit

Permalink
fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Sep 8, 2023
1 parent 7cd7006 commit 9679849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/search/plugins/raw_registry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
}
}
Expand Down

0 comments on commit 9679849

Please sign in to comment.