oops
This commit is contained in:
parent
3f4e26ec0f
commit
816619a162
1 changed files with 0 additions and 3 deletions
|
@ -139,15 +139,12 @@ namespace argparse {
|
|||
first = false;
|
||||
}
|
||||
} else {
|
||||
usize count = 0;
|
||||
|
||||
for (const String& elem_repr : transformed_view | std::views::take(repr_max_container_size - 1)) {
|
||||
if (!first)
|
||||
result += " ";
|
||||
|
||||
result += elem_repr;
|
||||
first = false;
|
||||
count++;
|
||||
}
|
||||
|
||||
result += "... ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue