From 41bfcc2259613cdfe5e19efe2b0e8e02a754fc95 Mon Sep 17 00:00:00 2001 From: Alexandru Bercuci <abercuci@niham.nipne.ro> Date: Thu, 14 Jul 2022 16:34:04 +0300 Subject: [PATCH] fix coding --- core/detectors/trd/CbmTrdFASP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/detectors/trd/CbmTrdFASP.h b/core/detectors/trd/CbmTrdFASP.h index a9e1096bea..6b83a7b0c2 100644 --- a/core/detectors/trd/CbmTrdFASP.h +++ b/core/detectors/trd/CbmTrdFASP.h @@ -12,7 +12,7 @@ #include <TObject.h> // for TObject #include <map> // for map -#include <tuple> // for tuple +#include <tuple> // for tuple #include <utility> // for pair class CbmMatch; -- GitLab