patrick
/
plasp
Archived
1
0
Fork 0

Minor formatting.

This commit is contained in:
Patrick Lühne 2016-05-20 16:49:44 +02:00
parent 440d90a28e
commit 8883613d18
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ T Description::parse(std::istream &istream) const
}
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;