Skip to content

Commit 56c950a

Browse files
committed
Please consider the following formatting changes
1 parent d1498bd commit 56c950a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/Tasks/GlobalEventProperties/PseudorapidityDensityMFT.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,9 +1416,9 @@ struct PseudorapidityDensityMFT {
14161416

14171417
std::vector<typename std::decay_t<decltype(collisions)>::iterator> cols;
14181418
for (const auto& bc : bcs) {
1419-
if (!useEvSel ||
1420-
(bc.selection_bit(aod::evsel::kIsBBT0A) &&
1421-
bc.selection_bit(aod::evsel::kIsBBT0C))) {
1419+
if (!useEvSel ||
1420+
(bc.selection_bit(aod::evsel::kIsBBT0A) &&
1421+
bc.selection_bit(aod::evsel::kIsBBT0C))) {
14221422
registry.fill(HIST("EventSelection"), static_cast<int>(EventSelectionBin::GoodBCs));
14231423
cols.clear();
14241424
for (const auto& collision : collisions) {

0 commit comments

Comments
 (0)