Skip to content

Commit 289f646

Browse files
authored
Merge pull request #24 from alibuild/alibot-cleanup-12174
[PWGLF] Please consider the following formatting changes to #12174
2 parents 5f994cf + da07d4c commit 289f646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ struct DndetaMFTPbPb {
11251125
}
11261126
if (eventCuts.cfgSelInteractionRate) {
11271127
auto bc = collision.template foundBC_as<CollBCs>();
1128-
double ir = rateFetcher.fetch(ccdb.service, bc.timestamp(), bc.runNumber(),"ZNC hadronic") * 1.e-3;
1128+
double ir = rateFetcher.fetch(ccdb.service, bc.timestamp(), bc.runNumber(), "ZNC hadronic") * 1.e-3;
11291129
if (!isIRSelected(bc, true)) {
11301130
return;
11311131
}

0 commit comments

Comments
 (0)