Minor formatting.
This commit is contained in:
parent
440d90a28e
commit
8883613d18
@ -188,7 +188,7 @@ T Description::parse(std::istream &istream) const
|
|||||||
}
|
}
|
||||||
catch (const std::exception &e)
|
catch (const std::exception &e)
|
||||||
{
|
{
|
||||||
throw ParserException(std::string("Could not parse value of type ") + typeid(T).name() + "(" + e.what() + ")");
|
throw ParserException(std::string("Could not parse value of type ") + typeid(T).name() + " (" + e.what() + ")");
|
||||||
}
|
}
|
||||||
|
|
||||||
return value;
|
return value;
|
||||||
|
Reference in New Issue
Block a user