From 12a70e81f90fdaa54884973eef283bf9250a61eb Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 6 Nov 2024 15:41:23 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/src/ArrowSupport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/src/ArrowSupport.cxx b/Framework/Core/src/ArrowSupport.cxx index 1a656e4d60080..6e68d514e41b7 100644 --- a/Framework/Core/src/ArrowSupport.cxx +++ b/Framework/Core/src/ArrowSupport.cxx @@ -537,7 +537,7 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec() // add TFNumber and TFFilename as input to the writer outputsInputsAOD.emplace_back("tfn", "TFN", "TFNumber"); outputsInputsAOD.emplace_back("tff", "TFF", "TFFilename"); - int compression = 505; + int compression = 505; if (ctx.options().hasOption("aod-writer-compression")) { compression = ctx.options().get("aod-writer-compression"); }