From c3146b4e987a00a75d2d03a051e35b36fc388053 Mon Sep 17 00:00:00 2001 From: Pritam Chakraborty <47203359+prchakra@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:27:17 +0100 Subject: [PATCH] Fixing clang-format error --- PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h b/PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h index 169f51bdc49..67dce9fc125 100644 --- a/PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h +++ b/PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h @@ -268,7 +268,6 @@ class FemtoUniverseContainer } } - protected: HistogramRegistry* mHistogramRegistry = nullptr; ///< For QA output static constexpr std::string_view FolderSuffix[2] = {"SameEvent", "MixedEvent"}; ///< Folder naming for the output according to EventType