Skip to content

Commit 0aedeaa

Browse files
authored
Merge pull request AliceO2Group#79 from alibuild/alibot-cleanup-5893
Please consider the following formatting changes to AliceO2Group#5893
2 parents 2b8eca0 + 9b75bd1 commit 0aedeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ struct HfCandidateCreatorXic0Omegac0 {
113113
if (std::accumulate(processesToOmegaPi.begin(), processesToOmegaPi.end(), 0) != 1) {
114114
LOGP(fatal, "One and only one process ToOmegaPi function must be enabled at a time.");
115115
}
116-
std::array<bool, 9> processesToOmegaK = {doprocessNoCentToOmegaK, doprocessCentFT0CToOmegaK, doprocessCentFT0MToOmegaK};
116+
std::array<bool, 9> processesToOmegaK = {doprocessNoCentToOmegaK, doprocessCentFT0CToOmegaK, doprocessCentFT0MToOmegaK};
117117
if (std::accumulate(processesToOmegaK.begin(), processesToOmegaK.end(), 0) != 1) {
118118
LOGP(fatal, "One and only one process ToOmegaK function must be enabled at a time.");
119119
}

0 commit comments

Comments
 (0)