Skip to content

Commit 30f27a9

Browse files
committed
Please consider the following formatting changes
1 parent dce97e9 commit 30f27a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Framework/Core/src/RootArrowFilesystem.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ std::shared_ptr<VirtualRootFileSystemBase> TFileFileSystem::GetSubFilesystem(arr
9191
return std::shared_ptr<VirtualRootFileSystemBase>(new SingleTreeFileSystem(tree));
9292
}
9393

94-
9594
auto directory = (TDirectoryFile*)mFile->GetObjectChecked(source.path().c_str(), TClass::GetClass<TDirectory>());
9695
if (directory) {
9796
return std::shared_ptr<VirtualRootFileSystemBase>(new TFileFileSystem(directory, 50 * 1024 * 1024));
@@ -483,7 +482,6 @@ TBufferFileFS::TBufferFileFS(TBufferFile* f)
483482

484483
TTreeFileSystem::~TTreeFileSystem() = default;
485484

486-
487485
arrow::Result<arrow::fs::FileInfo> TBufferFileFS::GetFileInfo(const std::string& path)
488486
{
489487
arrow::fs::FileInfo result;

0 commit comments

Comments
 (0)