mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdIDs: Code cleanup
This commit is contained in:
parent
24882e4ce5
commit
0a6d606342
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;
|
||||
|
||||
int range_start = 0;
|
||||
int range_end = 0;
|
||||
auto range_start = 0;
|
||||
auto range_end = 0;
|
||||
|
||||
for (unsigned int i = 0; i < ids.size (); ++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue