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:
parent
268a860b8f
commit
af57146698
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue