diff --git a/PWGJE/Core/JetDerivedDataUtilities.h b/PWGJE/Core/JetDerivedDataUtilities.h index 5e605667048..eed60cb6236 100644 --- a/PWGJE/Core/JetDerivedDataUtilities.h +++ b/PWGJE/Core/JetDerivedDataUtilities.h @@ -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); }