From 92cb3bea040762d8dc46f45c06247f9e1eebbd7d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 30 Jan 2026 13:07:16 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/include/Framework/Configurable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/include/Framework/Configurable.h b/Framework/Core/include/Framework/Configurable.h index bf0e6a01ded41..0931884da1ff7 100644 --- a/Framework/Core/include/Framework/Configurable.h +++ b/Framework/Core/include/Framework/Configurable.h @@ -106,7 +106,7 @@ struct ProcessConfigurable : Configurable { Configurable(name_, std::forward(value_), help_) { } - void(T::*process)(As...); + void (T::*process)(As...); }; template