Skip to content

Commit 72a4bd3

Browse files
committed
Please consider the following formatting changes
1 parent 38e15e3 commit 72a4bd3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Framework/Core/test/test_Concepts.cxx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ struct P {
3232
PROCESS_SWITCH(P, process1, "", true);
3333
};
3434

35-
namespace o2::aod {
36-
namespace ct {
35+
namespace o2::aod
36+
{
37+
namespace ct
38+
{
3739
DECLARE_SOA_CONFIGURABLE_EXPRESSION_COLUMN(Test, test, float, "test");
3840
}
3941
DECLARE_SOA_CONFIGURABLE_EXTENDED_TABLE(TracksMore, TracksIU, "TRKMORE", ct::Test);
40-
}
42+
} // namespace o2::aod
4143

4244
TEST_CASE("IdentificationConcepts")
4345
{

0 commit comments

Comments
 (0)