From a78a2ebff215cfef214dde4c7c24710a4b14bf9c Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 21 Sep 2020 11:49:49 +0200 Subject: [PATCH] removed empty line --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index c6fa958..e50f44a 100644 --- a/main.cpp +++ b/main.cpp @@ -82,7 +82,6 @@ int main(int argc, const char * argv[]) { } } - } catch (const std::exception& ex) { std::cerr << "curly: " << ex.what() << '\n'; return EXIT_FAILURE;