mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Calc: Code cleanup
This commit is contained in:
parent
7894e16e43
commit
95bac8b612
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ int main (int argc, char** argv)
|
|||
e.evaluatePostfixExpression (expression, result);
|
||||
|
||||
// Show any debug output.
|
||||
for (auto& i : context.debugMessages)
|
||||
for (const auto& i : context.debugMessages)
|
||||
std::cout << i << '\n';
|
||||
|
||||
// Show the result in string form.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue