mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 20:06:25 +00:00
cleanup
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user