From ae1c8b7f308bcad5a4580c8e50c3e7174b67237e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 13 Feb 2025 07:28:16 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Core/JetDerivedDataUtilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }