Skip to content

Commit 7b04c9c

Browse files
clang fixes
1 parent d32c920 commit 7b04c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetSpectraCharged.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ struct JetSpectraCharged {
566566
void processCollisionsWeighted(soa::Join<aod::JetCollisions, aod::JMcCollisionLbs>::iterator const& collision,
567567
aod::JetMcCollisions const&)
568568
{
569-
if (!collision.has_mcCollision()){
569+
if (!collision.has_mcCollision()) {
570570
registry.fill(HIST("h_fakecollisions"), 0.5);
571571
}
572572
float eventWeight = collision.weight();

0 commit comments

Comments
 (0)