Skip to content

Commit b322639

Browse files
committed
Formatting
1 parent be9cb47 commit b322639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ struct decay3bodyBuilder {
691691
auto const& collision = collisions.rawIteratorAt(decay3body.collisionId());
692692

693693
// event selection
694-
if constexpr (soa::is_table<TBCs>) { // only when NOT running over reduced data
694+
if constexpr (soa::is_table<TBCs>) { // only when NOT running over reduced data
695695
if (!collision.selection_bit(aod::evsel::kNoITSROFrameBorder) && !disableITSROFCut) { // ITS ROF boarder cut if not disabled
696696
continue;
697697
}

0 commit comments

Comments
 (0)