Skip to content

Commit 9b7e611

Browse files
committed
Please consider the following formatting changes
1 parent 1ce6528 commit 9b7e611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/DataModel/LFHypernucleiTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ DECLARE_SOA_COLUMN(IsFakeHeOnITSLayer, isFakeHeOnITSLayer, uint8_t); // uint8_t
8585
DECLARE_SOA_COLUMN(IsSignal, isSignal, bool); // bool: true for signal
8686
DECLARE_SOA_COLUMN(IsRecoMCCollision, isRecoMCCollision, bool); // bool: true for reco MC collision
8787
DECLARE_SOA_COLUMN(IsSurvEvSel, isSurvEvSel, bool); // bool: true for survived event selection
88-
DECLARE_SOA_COLUMN(IsTwoBodyDecay, isTwoBodyDecay, bool); // bool: true for two body decay
88+
DECLARE_SOA_COLUMN(IsTwoBodyDecay, isTwoBodyDecay, bool); // bool: true for two body decay
8989
} // namespace hyperrec
9090

9191
DECLARE_SOA_TABLE(DataHypCands, "AOD", "HYPCANDS",

0 commit comments

Comments
 (0)