mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
CmdIDs: Code cleanup
This commit is contained in:
parent
d8a1120ff2
commit
31a85478f5
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ std::string CmdIDs::compressIds (const std::vector <int>& ids)
|
||||||
{
|
{
|
||||||
std::stringstream result;
|
std::stringstream result;
|
||||||
|
|
||||||
int range_start = 0;
|
auto range_start = 0;
|
||||||
int range_end = 0;
|
auto range_end = 0;
|
||||||
|
|
||||||
for (unsigned int i = 0; i < ids.size (); ++i)
|
for (unsigned int i = 0; i < ids.size (); ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue