Skip to content

Commit f310775

Browse files
author
Konstantin Morozov
committed
fix format
1 parent 38d3287 commit f310775

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ydb/core/kqp/ut/olap/kqp_olap_stats_ut.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ Y_UNIT_TEST_SUITE(KqpOlapStats) {
191191
auto settings = TDescribeTableSettings().WithTableStatistics(true);
192192

193193
auto describeStoreResult =
194-
testHelper.GetSession()
195-
.DescribeTable("/Root/TableStoreTest/", settings)
196-
.GetValueSync();
194+
testHelper.GetSession().DescribeTable("/Root/TableStoreTest/", settings).GetValueSync();
197195
UNIT_ASSERT_C(describeStoreResult.IsSuccess(), describeStoreResult.GetIssues().ToString());
198196
const auto& storeDescription = describeStoreResult.GetTableDescription();
199197

0 commit comments

Comments
 (0)