Skip to content

Commit 2221e9f

Browse files
committed
Please consider the following formatting changes
1 parent 368bc58 commit 2221e9f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Framework/Core/test/test_WorkflowSerialization.cxx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,11 @@ TEST_CASE("TestInputOutputSpecMetadata")
127127
DataProcessorSpec{
128128
.name = "S1",
129129
.outputs = {OutputSpec{OutputLabel{"o1"}, o2::header::DataOrigin{"TST"}, "OUTPUT1", 0, Lifetime::Timeframe, {{"param1", VariantType::Bool, true, ConfigParamSpec::HelpString{"\"\""}}, {"param2", VariantType::Bool, true, ConfigParamSpec::HelpString{"\"\""}}}},
130-
OutputSpec{OutputLabel{"o2"}, o2::header::DataOrigin{"TST"}, "OUTPUT2"}}
131-
}
132-
};
130+
OutputSpec{OutputLabel{"o2"}, o2::header::DataOrigin{"TST"}, "OUTPUT2"}}}};
133131

134132
std::vector<DataProcessorInfo> dataProcessorInfoOut{
135-
{.name = "S1", .executable = "test_Framework_test_SerializationWorkflow"},
136-
};
133+
{.name = "S1", .executable = "test_Framework_test_SerializationWorkflow"},
134+
};
137135

138136
CommandInfo commandInfoOut{"o2-dpl-workflow -b"};
139137

0 commit comments

Comments
 (0)