Skip to content

Commit 4c668db

Browse files
committed
Please consider the following formatting changes
1 parent b64ab90 commit 4c668db

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Common/TableProducer/zdc-task-intercalib.cxx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,12 @@ struct zdcInterCalib {
108108
0,
109109
0,
110110
0,
111-
0
112-
};
111+
0};
113112
double pmqZNA[4] = {
114113
0,
115114
0,
116115
0,
117-
0
118-
};
116+
0};
119117
//
120118
if (isZNChit) {
121119
for (int it = 0; it < 4; it++) {
@@ -153,4 +151,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
153151
{
154152
return WorkflowSpec{
155153
adaptAnalysisTask<zdcInterCalib>(cfgc)};
156-
}
154+
}
155+

0 commit comments

Comments
 (0)