Skip to content

Commit 5228390

Browse files
authored
remove space
1 parent c62bcae commit 5228390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CLI/App.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ class App {
420420
bool retval = true;
421421
variable.clear();
422422
for(const auto &elem : res) {
423-
for (const auto &var : CLI::detail::split(elem, delimiter)) {
423+
for(const auto &var : CLI::detail::split(elem, delimiter)) {
424424
variable.emplace_back();
425425
retval &= detail::lexical_cast(var, variable.back());
426426
}

0 commit comments

Comments
 (0)