This commit is contained in:
Siarhei Fedartsou 2024-06-07 21:11:44 +02:00
parent ec98745bd4
commit 39f0f76a44

View File

@ -164,4 +164,3 @@ catch (const std::exception &e)
std::cerr << "Error: " << e.what() << std::endl; std::cerr << "Error: " << e.what() << std::endl;
return EXIT_FAILURE; return EXIT_FAILURE;
} }