Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 23, 2024
1 parent 475d25f commit 819d5d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Framework/Core/src/RootArrowFilesystem.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ arrow::Result<std::shared_ptr<arrow::dataset::FileFragment>> TTreeFileFormat::Ma
return std::dynamic_pointer_cast<arrow::dataset::FileFragment>(fragment);
}


// An arrow outputstream which allows to write to a ttree
TDirectoryFileOutputStream::TDirectoryFileOutputStream(TDirectoryFile* f)
: mDirectory(f)
Expand Down
1 change: 0 additions & 1 deletion Framework/Core/test/test_Root2ArrowTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ TEST_CASE("RootTree2Dataset")
REQUIRE((*resultWritten)->num_rows() == 100);
validateContents(*resultWritten);


{
}
}

0 comments on commit 819d5d6

Please sign in to comment.