mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context: Code cleanup
This commit is contained in:
parent
5ecb00fe0e
commit
8b766894b7
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ void Context::getLimits (int& rows, int& lines)
|
||||||
lines = 0;
|
lines = 0;
|
||||||
|
|
||||||
// This is an integer specified as a filter (limit:10).
|
// This is an integer specified as a filter (limit:10).
|
||||||
std::string limit = config.get ("limit");
|
auto limit = config.get ("limit");
|
||||||
if (limit != "")
|
if (limit != "")
|
||||||
{
|
{
|
||||||
if (limit == "page")
|
if (limit == "page")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue