Skip to content

Commit c1fe141

Browse files
committed
whitespace
1 parent ebacbe9 commit c1fe141

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ydb/core/tx/schemeshard/ut_cdc_stream/ut_cdc_stream.cpp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,7 @@ Y_UNIT_TEST_SUITE(TCdcStreamTests) {
12031203
NLs::PathExist,
12041204
NLs::ExtractTenantSchemeshard(&schemeShard)
12051205
});
1206+
12061207
UNIT_ASSERT(schemeShard != 0 && schemeShard != TTestTxConfig::SchemeShard);
12071208

12081209
TestCreateTable(runtime, schemeShard, ++txId, dbName, R"(
@@ -1221,12 +1222,12 @@ Y_UNIT_TEST_SUITE(TCdcStreamTests) {
12211222
for (size_t i = 0; i < 100; ++i) {
12221223
const unsigned key = 3000 + i;
12231224
const TString writeQuery = Sprintf(R"(
1224-
(
1225-
(let key '( '('key (Uint64 '%u ) ) ) )
1226-
(let row '( '('value (Utf8 '%s) ) ) )
1227-
(return (AsList (UpdateRow '__user__%s key row) ))
1228-
)
1229-
)", key, value.c_str(), "Table");
1225+
(
1226+
(let key '( '('key (Uint64 '%u ) ) ) )
1227+
(let row '( '('value (Utf8 '%s) ) ) )
1228+
(return (AsList (UpdateRow '__user__%s key row) ))
1229+
)
1230+
)", key, value.c_str(), "Table");
12301231
NKikimrMiniKQL::TResult result;
12311232
TString err;
12321233
NKikimrProto::EReplyStatus status = LocalMiniKQL(runtime, TTestTxConfig::FakeHiveTablets + 6, writeQuery, result, err);

0 commit comments

Comments
 (0)