whitespace

This commit is contained in:
2025-01-05 14:03:44 -04:00
parent 77e6eca091
commit 0232293bb0
+1
View File
@@ -24,6 +24,7 @@ try {
std::cout << options.getUsage() << std::endl; std::cout << options.getUsage() << std::endl;
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
options.dumpOptions(); options.dumpOptions();
} }
catch (...) { catch (...) {