Skip to content

Commit 1beb1be

Browse files
committed
Fix semicolon
1 parent c0e4e20 commit 1beb1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/DataModel/LFPhiStrangeCorrelationTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(InNSigmaRegion, inNSigmaRegion,
157157
}
158158
if (pt >= tofPIDThreshold && hasTOF && std::abs(nSigmaTOF) >= pidTOFMax) {
159159
return false; // TOF check failed
160-
};
160+
}
161161
return true;
162162
});
163163
} // namespace lf_selection_pion_track

0 commit comments

Comments
 (0)