Skip to content

Commit ef4029c

Browse files
committed
Please consider the following formatting changes
1 parent 93e19f0 commit ef4029c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Common/TableProducer/cosmicMuonToCollisionAssociator.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@
4444

4545
#include "TPDGCode.h"
4646
#include <TRandom.h>
47+
4748
#include <algorithm>
48-
#include <unordered_set>
49-
#include <string>
5049
#include <chrono>
5150
#include <random>
51+
#include <string>
5252
#include <typeinfo>
53+
#include <unordered_set>
5354
#include <vector>
5455

5556
namespace o2
@@ -1590,8 +1591,7 @@ struct CosmicMuonToCollisionAssociator {
15901591
// upperTrk.eventCollisionTime(),
15911592

15921593
lowerTrk.goodTOFMatch(),
1593-
lowerTrk.tofSignal()
1594-
);
1594+
lowerTrk.tofSignal());
15951595
}
15961596
if constexpr (mode == kProcessWithPidEvTimeFlags) {
15971597
if (cfgCM.produceTable12)

0 commit comments

Comments
 (0)