Skip to content

Commit d3a8dfb

Browse files
pre-commit-ci[bot]henryiii
authored andcommitted
style: pre-commit.ci fixes
1 parent b58e99f commit d3a8dfb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

include/CLI/impl/StringTools_inl.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,8 @@ CLI11_INLINE void remove_default_flag_values(std::string &flags) {
152152
flags.erase(std::remove(flags.begin(), flags.end(), '!'), flags.end());
153153
}
154154

155-
CLI11_INLINE std::ptrdiff_t find_member(std::string name,
156-
const std::vector<std::string> names,
157-
bool ignore_case,
158-
bool ignore_underscore) {
155+
CLI11_INLINE std::ptrdiff_t
156+
find_member(std::string name, const std::vector<std::string> names, bool ignore_case, bool ignore_underscore) {
159157
auto it = std::end(names);
160158
if(ignore_case) {
161159
if(ignore_underscore) {

0 commit comments

Comments
 (0)