Skip to content

Commit 6a23bd9

Browse files
committed
clang
1 parent 77b4aab commit 6a23bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/nonPromptCascade.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,10 +979,10 @@ struct NonPromptCascadeTask {
979979

980980
void processPileUp(CollisionCandidatesRun3 const& collisions, aod::BCsWithTimestamps const&)
981981
{
982-
//std::cout << "Processing pile up" << std::endl;
982+
// std::cout << "Processing pile up" << std::endl;
983983
int ds = 1;
984984
for (const auto& coll : collisions) {
985-
if(ds == cfgDownscaleMB ) {
985+
if (ds == cfgDownscaleMB) {
986986
auto bc = coll.template bc_as<aod::BCsWithTimestamps>();
987987
if (mRunNumber != bc.runNumber()) {
988988
mRunNumber = bc.runNumber();

0 commit comments

Comments
 (0)