From 1447c9a68c007a2543d95cf9e05761e911e5f56b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 11 Aug 2025 11:33:14 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/src/ArrowTableSlicingCache.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Framework/Core/src/ArrowTableSlicingCache.cxx b/Framework/Core/src/ArrowTableSlicingCache.cxx index a640ce799e540..e67ced8e7f1d8 100644 --- a/Framework/Core/src/ArrowTableSlicingCache.cxx +++ b/Framework/Core/src/ArrowTableSlicingCache.cxx @@ -237,10 +237,10 @@ SliceInfoPtr ArrowTableSlicingCache::getCacheForPos(int pos) const { if (values[pos] == nullptr && counts[pos] == nullptr) { return { - {},// - {},// + {}, // + {}, // nullptr, // - nullptr // + nullptr // }; }