From 572ee7ff32a2e318551d16ddc7bfa2d80ab50212 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 10 May 2025 06:35:04 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/src/ArrowTableSlicingCache.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/src/ArrowTableSlicingCache.cxx b/Framework/Core/src/ArrowTableSlicingCache.cxx index ef944bb2eac15..e001e293c4733 100644 --- a/Framework/Core/src/ArrowTableSlicingCache.cxx +++ b/Framework/Core/src/ArrowTableSlicingCache.cxx @@ -210,7 +210,7 @@ SliceInfoUnsortedPtr ArrowTableSlicingCache::getCacheUnsortedFor(const Entry& bi if (s) { throw runtime_error_f("%s/%s is found in sorted cache", bindingKey.binding.c_str(), bindingKey.key.c_str()); } - if(!bindingsKeysUnsorted[p].enabled) { + if (!bindingsKeysUnsorted[p].enabled) { throw runtime_error_f("Disabled unsorted cache %s/%s is requested", bindingKey.binding.c_str(), bindingKey.key.c_str()); }