Skip to content

Commit df7f3d7

Browse files
committed
Please consider the following formatting changes
1 parent e46bfc4 commit df7f3d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Common/TableProducer/interCalibrationZDC.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ struct InterCalibrationZDC {
101101
registry.get<TH1>(HIST("hEventCount"))->GetXaxis()->SetBinLabel(evSel_kIsGoodITSLayersAll + 1, "kkIsGoodITSLayersAll");
102102
}
103103

104-
105104
template <typename TCollision>
106105
uint8_t eventSelected(TCollision collision)
107106
{
@@ -111,7 +110,7 @@ struct InterCalibrationZDC {
111110
registry.fill(HIST("hEventCount"), evSel_allEvents);
112111

113112
selected = std::fabs(collision.posZ()) < cfgEvSelVtxZ;
114-
if (selected){
113+
if (selected) {
115114
selectionBits |= (uint8_t)(0x1u << evSel_zvtx);
116115
registry.fill(HIST("hEventCount"), evSel_zvtx);
117116
}
@@ -253,4 +252,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) // o2-linter: disab
253252
{
254253
return WorkflowSpec{
255254
adaptAnalysisTask<InterCalibrationZDC>(cfgc)};
256-
}
255+
}
256+

0 commit comments

Comments
 (0)