Revert "[clang-tidy] Use .empty instead of comparing size"
This reverts commit a331cceded.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user