From 819d5d652ede2115d767a4f2c30a590768be2815 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 23 Nov 2024 09:52:32 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/src/RootArrowFilesystem.cxx | 1 - Framework/Core/test/test_Root2ArrowTable.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/Framework/Core/src/RootArrowFilesystem.cxx b/Framework/Core/src/RootArrowFilesystem.cxx index e5543471abd30..1c0afa979623d 100644 --- a/Framework/Core/src/RootArrowFilesystem.cxx +++ b/Framework/Core/src/RootArrowFilesystem.cxx @@ -294,7 +294,6 @@ arrow::Result> TTreeFileFormat::Ma return std::dynamic_pointer_cast(fragment); } - // An arrow outputstream which allows to write to a ttree TDirectoryFileOutputStream::TDirectoryFileOutputStream(TDirectoryFile* f) : mDirectory(f) diff --git a/Framework/Core/test/test_Root2ArrowTable.cxx b/Framework/Core/test/test_Root2ArrowTable.cxx index a0666deb4d8c3..a659d488ae24a 100644 --- a/Framework/Core/test/test_Root2ArrowTable.cxx +++ b/Framework/Core/test/test_Root2ArrowTable.cxx @@ -522,7 +522,6 @@ TEST_CASE("RootTree2Dataset") REQUIRE((*resultWritten)->num_rows() == 100); validateContents(*resultWritten); - { } }