Skip to content
Snippets Groups Projects
Verified Commit 9b34fe85 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Add missing “break” for consistency

parent 4b30342d
No related branches found
No related tags found
No related merge requests found
Pipeline #7242 passed
......@@ -102,6 +102,7 @@ SymbolList::checkPass(WarningConsolidation &warnings, const vector<SymbolType> &
break;
case SymbolType::excludedVariable:
valid_types += "excludedVariable, ";
break;
}
valid_types = valid_types.erase(valid_types.size()-2, 2);
throw SymbolListException{"Variable " + symbol + " is not one of {" + valid_types + "}"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment