Skip to content

Commit 0d595bb

Browse files
committed
Fix formatting
1 parent d7713b9 commit 0d595bb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

PWGJE/TableProducer/jetmatchinghf.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ struct JetMatchingHF {
6060
constexpr bool jetsBaseIsMC = o2::soa::is_binding_compatible_v<BaseJetCollection, std::decay_t<aod::McCollisions>>();
6161
if constexpr (jetsBaseIsMC) {
6262
LOGF(info, "slicing base jet collection by MC collision");
63-
}
64-
else {
63+
} else {
6564
LOGF(info, "not slicing base jet collection by MC collision");
6665
}
6766
// jetsBasePerColl = jetsBase.sliceBy(baseJetsPerCollision, collision.mcCollisionId());
@@ -71,8 +70,7 @@ struct JetMatchingHF {
7170
// decltype(jetsTag.sliceBy(tagJetsPerCollision, collision.mcCollisionId())) jetsTagPerColl;
7271
if (jetsTagIsMC) {
7372
LOGF(info, "slicing tag jet collection by MC collision");
74-
}
75-
else {
73+
} else {
7674
LOGF(info, "not slicing tag jet collection by MC collision");
7775
}
7876
const auto jetsTagPerColl = jetsTag.sliceBy(tagJetsPerCollision, collision.mcCollisionId());

0 commit comments

Comments
 (0)