From b4099909f168b58323fe4ffe4cafb8f1061782cc Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 21 Jun 2025 11:50:42 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGUD/Core/SGSelector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGUD/Core/SGSelector.h b/PWGUD/Core/SGSelector.h index f81ea43f9aa..45b52ce8788 100644 --- a/PWGUD/Core/SGSelector.h +++ b/PWGUD/Core/SGSelector.h @@ -147,7 +147,7 @@ class SGSelector else if (FV0A <= fit_cut[0] && FT0A <= fit_cut[1] && ZNA <= zdc_cut && FT0C <= fit_cut[2] && ZNC <= zdc_cut) true_gap = 2; else - LOGF(info, "Something wrong with DG") ; + LOGF(info, "Something wrong with DG"); } return true_gap; }