Skip to content

Commit b11f38a

Browse files
committed
Please consider the following formatting changes
1 parent 0c66d8d commit b11f38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Utils/svPoolCreator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class svPoolCreator
150150
float trackTimeRes{0.};
151151
if (trackCand.isPVContributor()) {
152152
trackTime = trackCand.template collision_as<C>().collisionTime(); // if PV contributor, we assume the time to be the one of the collision
153-
trackTimeRes = o2::constants::lhc::LHCBunchSpacingNS; // 1 BC
153+
trackTimeRes = o2::constants::lhc::LHCBunchSpacingNS; // 1 BC
154154
} else {
155155
trackTime = trackCand.trackTime();
156156
trackTimeRes = trackCand.trackTimeRes();

0 commit comments

Comments
 (0)