Skip to content

Commit e9355ea

Browse files
authored
Please consider the following formatting changes (#359)
1 parent 268c23d commit e9355ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/Converters/multMCExtrasConverter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct MultMCExtrasConverter {
2222
void process(aod::MultMCExtras_000 const& multMCExtras_000)
2323
{
2424
for (const auto& r : multMCExtras_000) {
25-
multMCExtras_001(r.multMCFT0A(), r.multMCFT0C(), 0, 0, 0,
25+
multMCExtras_001(r.multMCFT0A(), r.multMCFT0C(), 0, 0, 0,
2626
r.multMCNParticlesEta05(),
2727
r.multMCNParticlesEta08(),
2828
r.multMCNParticlesEta10(),

0 commit comments

Comments
 (0)