Skip to content

Commit d953265

Browse files
committed
Please consider the following formatting changes
1 parent 886131e commit d953265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of el
479479
DECLARE_SOA_COLUMN(LSElCount, lSElCounts, int); //! like sign Electron
480480
DECLARE_SOA_COLUMN(ULSElCount, uLSElCount, int); //! unLike sign Electron
481481
DECLARE_SOA_COLUMN(PoolBin, poolBin, int); //! Pool Bin of event defined using zvtx and multiplicit
482-
DECLARE_SOA_COLUMN(CollisionId, collisionId, int); //! Global index for the collision
482+
DECLARE_SOA_COLUMN(CollisionId, collisionId, int); //! Global index for the collision
483483
DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t); //! Timestamp for the collision
484484

485485
} // namespace hf_electron

0 commit comments

Comments
 (0)