mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Cleanup: Removed 'const auto', which is implied by the container
This commit is contained in:
parent
ed5c155051
commit
2a47f769cd
5 changed files with 11 additions and 11 deletions
|
@ -75,7 +75,7 @@ std::string Extensions::dump () const
|
|||
std::stringstream out;
|
||||
|
||||
out << "Extensions\n";
|
||||
for (const auto& script : _scripts)
|
||||
for (auto& script : _scripts)
|
||||
out << " " << script << "\n";
|
||||
|
||||
return out.str ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue