From 72a4bd38e029553f652674384961884e23264df5 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 28 May 2025 11:01:02 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/test/test_Concepts.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Framework/Core/test/test_Concepts.cxx b/Framework/Core/test/test_Concepts.cxx index 4a791996d75a4..5e2ad6d96b30f 100644 --- a/Framework/Core/test/test_Concepts.cxx +++ b/Framework/Core/test/test_Concepts.cxx @@ -32,12 +32,14 @@ struct P { PROCESS_SWITCH(P, process1, "", true); }; -namespace o2::aod { -namespace ct { +namespace o2::aod +{ +namespace ct +{ DECLARE_SOA_CONFIGURABLE_EXPRESSION_COLUMN(Test, test, float, "test"); } DECLARE_SOA_CONFIGURABLE_EXTENDED_TABLE(TracksMore, TracksIU, "TRKMORE", ct::Test); -} +} // namespace o2::aod TEST_CASE("IdentificationConcepts") {