1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

clang-format the code again

This commit is contained in:
ClausKlein 2021-02-18 17:59:53 +01:00
parent 268a860b8f
commit af57146698

View file

@ -28,7 +28,7 @@ auto main(int argc, char** argv) -> int {
;
// clang-format on
auto result = options.parse(argc, argv); // TODO: may throw! CK
auto result = options.parse(argc, argv); // TODO: may throw! CK
if (result["help"].as<bool>()) {
std::cout << options.help() << std::endl;