From 8680b93a8cd72fcdf7366b5edbd9b859567fa3fa Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 13 Mar 2025 09:57:25 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/src/ArrowSupport.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Framework/Core/src/ArrowSupport.cxx b/Framework/Core/src/ArrowSupport.cxx index 203b1170b7cdf..3b13e30581f70 100644 --- a/Framework/Core/src/ArrowSupport.cxx +++ b/Framework/Core/src/ArrowSupport.cxx @@ -566,11 +566,10 @@ o2::framework::ServiceSpec ArrowSupport::arrowTableSlicingCacheSpec() return ServiceSpec{ .name = "arrow-slicing-cache", .uniqueId = CommonServices::simpleServiceId(), - .init = [](ServiceRegistryRef services, DeviceState&, fair::mq::ProgOptions&) { - return ServiceHandle{TypeIdHelpers::uniqueId(), - new ArrowTableSlicingCache(Cache{services.get().bindingsKeys}, - Cache{services.get().bindingsKeysUnsorted}), - ServiceKind::Stream, typeid(ArrowTableSlicingCache).name()}; }, + .init = [](ServiceRegistryRef services, DeviceState&, fair::mq::ProgOptions&) { return ServiceHandle{TypeIdHelpers::uniqueId(), + new ArrowTableSlicingCache(Cache{services.get().bindingsKeys}, + Cache{services.get().bindingsKeysUnsorted}), + ServiceKind::Stream, typeid(ArrowTableSlicingCache).name()}; }, .configure = CommonServices::noConfiguration(), .preProcessing = [](ProcessingContext& pc, void* service_ptr) { auto* service = static_cast(service_ptr);