Fix clang format
This commit is contained in:
committed by
Patrick Niklaus
parent
bd6492bb38
commit
6339395cba
@@ -86,7 +86,8 @@ void SetAvoidableClasses(const ExtractorCallbacks::ClassesMap &classes_map,
|
||||
{
|
||||
if (avoidable_classes.size() > MAX_AVOIDABLE_CLASSES)
|
||||
{
|
||||
throw util::exception("Only " + std::to_string(MAX_AVOIDABLE_CLASSES) + " avoidable combinations allowed.");
|
||||
throw util::exception("Only " + std::to_string(MAX_AVOIDABLE_CLASSES) +
|
||||
" avoidable combinations allowed.");
|
||||
}
|
||||
|
||||
// The avoid index 0 is reserve for not avoiding anything
|
||||
|
||||
Reference in New Issue
Block a user