From 145327a97a929c722175db5ae3938dcc46c9d5d9 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 27 Jun 2025 14:07:07 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Core/TableHelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/Core/TableHelper.h b/Common/Core/TableHelper.h index 65f919a45aa..56d2264ed6c 100644 --- a/Common/Core/TableHelper.h +++ b/Common/Core/TableHelper.h @@ -114,9 +114,9 @@ bool getTaskOptionValue(o2::framework::InitContext& initContext, const std::stri } // namespace o2::common::core -using o2::common::core::printTablesInWorkflow; -using o2::common::core::isTableRequiredInWorkflow; using o2::common::core::enableFlagIfTableRequired; using o2::common::core::getTaskOptionValue; +using o2::common::core::isTableRequiredInWorkflow; +using o2::common::core::printTablesInWorkflow; #endif // COMMON_CORE_TABLEHELPER_H_