From 30f27a9611920625b5767cf3900fd67f9515e472 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 6 Nov 2024 07:56:21 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/src/RootArrowFilesystem.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Framework/Core/src/RootArrowFilesystem.cxx b/Framework/Core/src/RootArrowFilesystem.cxx index 46489141c3173..0614ad143d949 100644 --- a/Framework/Core/src/RootArrowFilesystem.cxx +++ b/Framework/Core/src/RootArrowFilesystem.cxx @@ -91,7 +91,6 @@ std::shared_ptr TFileFileSystem::GetSubFilesystem(arr return std::shared_ptr(new SingleTreeFileSystem(tree)); } - auto directory = (TDirectoryFile*)mFile->GetObjectChecked(source.path().c_str(), TClass::GetClass()); if (directory) { return std::shared_ptr(new TFileFileSystem(directory, 50 * 1024 * 1024)); @@ -483,7 +482,6 @@ TBufferFileFS::TBufferFileFS(TBufferFile* f) TTreeFileSystem::~TTreeFileSystem() = default; - arrow::Result TBufferFileFS::GetFileInfo(const std::string& path) { arrow::fs::FileInfo result;