@@ -193,11 +193,11 @@ TEST_CASE("qc_factory_remote_test")
193193 REQUIRE (checkRunnerCount == 4 );
194194
195195 auto checkSinkCount = std::count_if (
196- workflow.begin (), workflow.end (),
197- [](const DataProcessorSpec& d) {
198- return d.name .find (" qc-sink" ) != std::string::npos &&
199- d.inputs .size () == 1 ;
200- });
196+ workflow.begin (), workflow.end (),
197+ [](const DataProcessorSpec& d) {
198+ return d.name .find (" qc-sink" ) != std::string::npos &&
199+ d.inputs .size () == 1 ;
200+ });
201201 REQUIRE (checkSinkCount == 2 );
202202
203203 auto postprocessingTask = std::find_if (
@@ -283,11 +283,11 @@ TEST_CASE("qc_factory_standalone_test")
283283 REQUIRE (checkRunnerCount == 4 );
284284
285285 auto checkSinkCount = std::count_if (
286- workflow.begin (), workflow.end (),
287- [](const DataProcessorSpec& d) {
288- return d.name .find (" qc-sink" ) != std::string::npos &&
289- d.inputs .size () == 1 ;
290- });
286+ workflow.begin (), workflow.end (),
287+ [](const DataProcessorSpec& d) {
288+ return d.name .find (" qc-sink" ) != std::string::npos &&
289+ d.inputs .size () == 1 ;
290+ });
291291 REQUIRE (checkSinkCount == 1 );
292292
293293 auto postprocessingTask = std::find_if (
@@ -430,11 +430,11 @@ TEST_CASE("qc_infrastructure_remote_batch_test")
430430 REQUIRE (checkRunnerCount == 4 );
431431
432432 auto checkSinkCount = std::count_if (
433- workflow.begin (), workflow.end (),
434- [](const DataProcessorSpec& d) {
435- return d.name .find (" qc-sink" ) != std::string::npos &&
436- d.inputs .size () == 1 ;
437- });
433+ workflow.begin (), workflow.end (),
434+ [](const DataProcessorSpec& d) {
435+ return d.name .find (" qc-sink" ) != std::string::npos &&
436+ d.inputs .size () == 1 ;
437+ });
438438 REQUIRE (checkSinkCount == 2 );
439439
440440 auto postprocessingTask = std::find_if (
0 commit comments