1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-04 22:23:52 +00:00

style: pre-commit.ci fixes

This commit is contained in:
pre-commit-ci[bot] 2025-05-02 15:51:39 +00:00
parent 7bc28a9a69
commit 414bff9d92
2 changed files with 12 additions and 12 deletions

View File

@ -7,13 +7,13 @@
// Code inspired by discussion from https://github.com/CLIUtils/CLI11/issues/1149 // Code inspired by discussion from https://github.com/CLIUtils/CLI11/issues/1149
#include <CLI/CLI.hpp> #include <CLI/CLI.hpp>
#include <algorithm>
#include <iostream> #include <iostream>
#include <limits> #include <limits>
#include <numeric> #include <numeric>
#include <string> #include <string>
#include <utility> #include <utility>
#include <vector> #include <vector>
#include <algorithm>
// only works with C++14 or higher // only works with C++14 or higher