mirror of
https://github.com/nlohmann/json
synced 2024-11-23 04:20:06 +00:00
cleanup
This commit is contained in:
parent
09654b3104
commit
3a92559fa9
@ -24,7 +24,7 @@ int main()
|
||||
json j(std::cin);
|
||||
std::cout << j << std::endl;
|
||||
}
|
||||
catch (std::invalid_argument &e)
|
||||
catch (std::invalid_argument& e)
|
||||
{
|
||||
std::cout << "Invalid argument in parsing" << e.what() << '\n';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user