Skip to content

Commit 55c54f1

Browse files
committed
Intermediate changes
commit_hash:29e939e3b6369be23609768dda154d71cb3149eb
1 parent 66c697e commit 55c54f1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

yt/yt/client/unittests/replication_card_ut.cpp

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ INSTANTIATE_TEST_SUITE_P(
9494
.IncludeHistory = true,
9595
.IncludeReplicatedTableOptions = false,
9696
},
97-
false)
98-
));
97+
false)));
9998

10099

101100
class TReplicationCardFetchOptionsOrTest
@@ -181,8 +180,7 @@ INSTANTIATE_TEST_SUITE_P(
181180
.IncludeProgress = true,
182181
.IncludeHistory = true,
183182
.IncludeReplicatedTableOptions = true,
184-
}
185-
)));
183+
})));
186184

187185
////////////////////////////////////////////////////////////////////////////////
188186

@@ -279,8 +277,7 @@ INSTANTIATE_TEST_SUITE_P(
279277
ETableReplicaMode::Async,
280278
ETableReplicaState::Enabled,
281279
std::vector<TReplicaHistoryItem>(),
282-
false)
283-
));
280+
false)));
284281

285282
////////////////////////////////////////////////////////////////////////////////
286283

@@ -411,8 +408,7 @@ INSTANTIATE_TEST_SUITE_P(
411408
TReplicationCardComputeReplicasLagTest,
412409
::testing::Values(
413410
TReplicationCardComputeReplicasLagTest::CreateTestDataNormal1(),
414-
TReplicationCardComputeReplicasLagTest::CreateTestDataLaggingSyncReplica()
415-
));
411+
TReplicationCardComputeReplicasLagTest::CreateTestDataLaggingSyncReplica()));
416412

417413
////////////////////////////////////////////////////////////////////////////////
418414

0 commit comments

Comments
 (0)