Skip to content

Commit 819d5d6

Browse files
committed
Please consider the following formatting changes
1 parent 475d25f commit 819d5d6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Framework/Core/src/RootArrowFilesystem.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ arrow::Result<std::shared_ptr<arrow::dataset::FileFragment>> TTreeFileFormat::Ma
294294
return std::dynamic_pointer_cast<arrow::dataset::FileFragment>(fragment);
295295
}
296296

297-
298297
// An arrow outputstream which allows to write to a ttree
299298
TDirectoryFileOutputStream::TDirectoryFileOutputStream(TDirectoryFile* f)
300299
: mDirectory(f)

Framework/Core/test/test_Root2ArrowTable.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ TEST_CASE("RootTree2Dataset")
522522
REQUIRE((*resultWritten)->num_rows() == 100);
523523
validateContents(*resultWritten);
524524

525-
526525
{
527526
}
528527
}

0 commit comments

Comments
 (0)