Skip to content

Commit 2e39269

Browse files
style: pre-commit.ci fixes
1 parent 155433d commit 2e39269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CLI/impl/App_inl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ CLI11_INLINE bool App::_parse_positional(std::vector<std::string> &args, bool ha
17921792
ConfigItem item;
17931793
item.name = posOpt->pname_;
17941794
item.inputs.push_back(positional);
1795-
//input is singular guaranteed to return true in that case
1795+
// input is singular guaranteed to return true in that case
17961796
_add_flag_like_result(posOpt, item, item.inputs);
17971797
} else {
17981798
posOpt->add_result(positional);

0 commit comments

Comments
 (0)