Skip to content

Commit ca2201e

Browse files
style: pre-commit.ci fixes
1 parent 35146f0 commit ca2201e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/subcommands.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ int main(int argc, char **argv) {
2525
CLI11_PARSE(app, argc, argv);
2626

2727
std::cout << "Working on --file from start: " << file << '\n';
28-
std::cout << "Working on --count from stop: " << s->count() << ", direct count: " << stop->count("--count")
29-
<< '\n';
28+
std::cout << "Working on --count from stop: " << s->count() << ", direct count: " << stop->count("--count") << '\n';
3029
std::cout << "Count of --random flag: " << app.count("--random") << '\n';
3130
for(auto *subcom : app.get_subcommands())
3231
std::cout << "Subcommand: " << subcom->get_name() << '\n';

0 commit comments

Comments
 (0)