Commit 3a92559f authored by Niels's avatar Niels

cleanup

parent 09654b31
...@@ -24,7 +24,7 @@ int main() ...@@ -24,7 +24,7 @@ int main()
json j(std::cin); json j(std::cin);
std::cout << j << std::endl; std::cout << j << std::endl;
} }
catch (std::invalid_argument &e) catch (std::invalid_argument& e)
{ {
std::cout << "Invalid argument in parsing" << e.what() << '\n'; std::cout << "Invalid argument in parsing" << e.what() << '\n';
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment