Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Feb 13, 2025
1 parent 4ff6c72 commit ae1c8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGJE/Core/JetDerivedDataUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ uint16_t setEventSelectionBit(T const& collision)
}
if (collision.sel7()) {
SETBIT(bit, JCollisionSel::sel7);
}
}
if (collision.alias_bit(kINT7)) {
SETBIT(bit, JCollisionSel::selKINT7);
}
Expand Down

0 comments on commit ae1c8b7

Please sign in to comment.