Skip to content

Commit 4d077cd

Browse files
authored
Clang tidy
1 parent 0375906 commit 4d077cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processors/Transforms/buildPushingToViewsChain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Chain buildPushingToViewsChain(
511511
auto log = getLogger("buildPushingToViewsChain");
512512
LOG_TEST(log, "Views: {}", views.size());
513513

514-
if (no_destination && views.size() == 0)
514+
if (no_destination && views.empty())
515515
LOG_WARNING(log, "No views attached and no_destination = 1");
516516

517517
ViewsDataPtr views_data;

0 commit comments

Comments
 (0)