aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthelex <thelex@yandex-team.com>2024-06-08 14:19:05 +0300
committerthelex <thelex@yandex-team.com>2024-06-08 14:28:17 +0300
commitbecf065cfa5b9d568768ca771b834ceb5db5a78e (patch)
tree67855526984e697757c831c2dce63e5505d89460
parentbe12c2f0b055394746f2d15243cb315fa063d9f3 (diff)
downloadydb-becf065cfa5b9d568768ca771b834ceb5db5a78e.tar.gz
YT: trivial: fix code style in query builder
32f91cf29be0cfae239130e01780c04109668e3a
-rw-r--r--yt/yt/client/query_client/query_builder.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt/yt/client/query_client/query_builder.cpp b/yt/yt/client/query_client/query_builder.cpp
index f13e787361..e10a0679ef 100644
--- a/yt/yt/client/query_client/query_builder.cpp
+++ b/yt/yt/client/query_client/query_builder.cpp
@@ -107,7 +107,8 @@ void TQueryBuilder::AddJoinExpression(
std::move(table),
std::move(alias),
std::move(onExpression),
- type});
+ type,
+ });
}
TString TQueryBuilder::Build()