Skip to content

Commit 494c2c1

Browse files
authored
Merge pull request #25 from alibuild/alibot-cleanup-16476
Please consider the following formatting changes to #16476
2 parents 1224f5e + e12376c commit 494c2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tasks/centralityStudy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ struct centralityStudy {
871871
uint64_t bcTimestamp = multbc.timestamp();
872872
const float interactionRate = mRateFetcher.fetch(ccdb.service, bcTimestamp, mRunNumber, irSource.value, irCrashOnNull) / 1000.; // kHz
873873
histos.fill(HIST("hInteractionRate"), interactionRate);
874-
if constexpr(requires { collision.FT0C(); }) {
874+
if constexpr (requires { collision.FT0C(); }) {
875875
histos.fill(HIST("hInteractionRateVsCentrality"), collision.centFT0C(), interactionRate);
876876
if (studies.doRunByRunHistograms) {
877877
getHist(TH2, histPath + "hInteractionRateVsCentrality")->Fill(collision.centFT0C(), interactionRate);

0 commit comments

Comments
 (0)