Fix remaining PR comments
This commit is contained in:
committed by
Patrick Niklaus
parent
00e243b23b
commit
bc8617a9f4
@@ -82,8 +82,7 @@ void SetClassNames(const std::vector<std::string> &class_names,
|
||||
{
|
||||
if (!isValidClassName(name))
|
||||
{
|
||||
throw util::exception("Invalid class name " + name +
|
||||
" only [a-Z0-9] allowed.");
|
||||
throw util::exception("Invalid class name " + name + " only [a-Z0-9] allowed.");
|
||||
}
|
||||
|
||||
auto iter = classes_map.find(name);
|
||||
|
||||
Reference in New Issue
Block a user