Skip to content

Commit 3de3ea2

Browse files
committed
fix clang format
1 parent abd1396 commit 3de3ea2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

PWGLF/TableProducer/Nuspex/coalescenceTreeProducer.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ struct CoalescenceTreeProducer {
7171

7272
Preslice<aod::McParticles> mcParticlesPerMcCollision = aod::mcparticle::mcCollisionId;
7373

74-
OutputObj<TTree> treeBoundState{
75-
"treeBoundState",
76-
OutputObjHandlingPolicy::AnalysisObject
77-
};
74+
OutputObj<TTree> treeBoundState{"treeBoundState", OutputObjHandlingPolicy::AnalysisObject};
7875

7976
int64_t eventID = 0; // Event ID
8077
int64_t idB1 = 0, idB2 = 0, idB3 = 0; // MC particle IDs

0 commit comments

Comments
 (0)