From 3e5404c00d4c95f151f1057d8288a18b04c82834 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 25 Sep 2025 19:47:15 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tools/TListHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Tools/TListHandler.h b/Common/Tools/TListHandler.h index cfacf42bce5..fbc9805e5be 100644 --- a/Common/Tools/TListHandler.h +++ b/Common/Tools/TListHandler.h @@ -56,7 +56,7 @@ class TListHandler public: TList* rootList; bool makeNestedList; - TListHandler() : rootList(nullptr) {} // Default constructor + TListHandler() : rootList(nullptr) {} // Default constructor explicit TListHandler(TList* list) : rootList(list) {} // Constructor accepting a TList* // operator() overload to assign a new list