File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ INSTANTIATE_TEST_SUITE_P(
94
94
.IncludeHistory = true ,
95
95
.IncludeReplicatedTableOptions = false ,
96
96
},
97
- false )
98
- ));
97
+ false )));
99
98
100
99
101
100
class TReplicationCardFetchOptionsOrTest
@@ -181,8 +180,7 @@ INSTANTIATE_TEST_SUITE_P(
181
180
.IncludeProgress = true ,
182
181
.IncludeHistory = true ,
183
182
.IncludeReplicatedTableOptions = true ,
184
- }
185
- )));
183
+ })));
186
184
187
185
// //////////////////////////////////////////////////////////////////////////////
188
186
@@ -279,8 +277,7 @@ INSTANTIATE_TEST_SUITE_P(
279
277
ETableReplicaMode::Async,
280
278
ETableReplicaState::Enabled,
281
279
std::vector<TReplicaHistoryItem>(),
282
- false)
283
- ));
280
+ false)));
284
281
285
282
// //////////////////////////////////////////////////////////////////////////////
286
283
@@ -411,8 +408,7 @@ INSTANTIATE_TEST_SUITE_P(
411
408
TReplicationCardComputeReplicasLagTest,
412
409
::testing::Values (
413
410
TReplicationCardComputeReplicasLagTest::CreateTestDataNormal1 (),
414
- TReplicationCardComputeReplicasLagTest::CreateTestDataLaggingSyncReplica()
415
- ));
411
+ TReplicationCardComputeReplicasLagTest::CreateTestDataLaggingSyncReplica()));
416
412
417
413
// //////////////////////////////////////////////////////////////////////////////
418
414
You can’t perform that action at this time.
0 commit comments