mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Revert "[clang-tidy] Use .empty instead of comparing size"
This reverts commit a331cceded
.
This commit is contained in:
parent
b2d46a1eba
commit
3e0a428185
18 changed files with 132 additions and 132 deletions
|
@ -327,7 +327,7 @@ std::string ViewTask::render (std::vector <Task>& data, std::vector <int>& seque
|
|||
// Listing breaks are simply blank lines inserted when a column value
|
||||
// changes.
|
||||
if (s > 0 &&
|
||||
!_breaks.empty())
|
||||
_breaks.size () > 0)
|
||||
{
|
||||
for (auto& b : _breaks)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue