removed empty line

This commit is contained in:
Bob Polis 2020-09-21 11:49:49 +02:00
parent a9b707599f
commit a78a2ebff2

View File

@ -82,7 +82,6 @@ int main(int argc, const char * argv[]) {
} }
} }
} catch (const std::exception& ex) { } catch (const std::exception& ex) {
std::cerr << "curly: " << ex.what() << '\n'; std::cerr << "curly: " << ex.what() << '\n';
return EXIT_FAILURE; return EXIT_FAILURE;