Skip to content

Commit fe20635

Browse files
authored
Please consider the following formatting changes (#494)
1 parent c31d4f4 commit fe20635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/zdcTaskLightIons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ struct ZdcTaskLightIons {
226226
/// note that it has to be declared after the function, so that the pointer is known
227227
PROCESS_SWITCH(ZdcTaskLightIons, processZDCBC, "Processing ZDC 4 auto-triggered events", true);
228228

229-
void processALICEcoll(ColEvSels const& cols, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcs*/, aod::FT0s const& /*ft0s*/, aod::FV0As const& /*fv0*/)
229+
void processALICEcoll(ColEvSels const& cols, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcs*/, aod::FT0s const& /*ft0s*/, aod::FV0As const& /*fv0*/)
230230
{
231231
// collision-based event selection
232232
for (auto const& collision : cols) {

0 commit comments

Comments
 (0)