diff options
author | thelex <thelex@yandex-team.com> | 2024-06-08 14:19:05 +0300 |
---|---|---|
committer | thelex <thelex@yandex-team.com> | 2024-06-08 14:28:17 +0300 |
commit | becf065cfa5b9d568768ca771b834ceb5db5a78e (patch) | |
tree | 67855526984e697757c831c2dce63e5505d89460 | |
parent | be12c2f0b055394746f2d15243cb315fa063d9f3 (diff) | |
download | ydb-becf065cfa5b9d568768ca771b834ceb5db5a78e.tar.gz |
YT: trivial: fix code style in query builder
32f91cf29be0cfae239130e01780c04109668e3a
-rw-r--r-- | yt/yt/client/query_client/query_builder.cpp | 3 |
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() |