We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64ab90 commit 4c668dbCopy full SHA for 4c668db
1 file changed
Common/TableProducer/zdc-task-intercalib.cxx
@@ -108,14 +108,12 @@ struct zdcInterCalib {
108
0,
109
110
111
- 0
112
- };
+ 0};
113
double pmqZNA[4] = {
114
115
116
117
118
119
//
120
if (isZNChit) {
121
for (int it = 0; it < 4; it++) {
@@ -153,4 +151,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
153
151
{
154
152
return WorkflowSpec{
155
adaptAnalysisTask<zdcInterCalib>(cfgc)};
156
-}
+}
+
0 commit comments