Skip to content

Commit ea660d1

Browse files
committed
Please consider the following formatting changes
1 parent 1fe4d36 commit ea660d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/AnalysisSupport/src/TTreePlugin.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ arrow::Result<arrow::RecordBatchGenerator> TTreeFileFormat::ScanBatchesAsync(
287287
auto generator = [pool = options->pool, treeFragment, dataset_schema, &totalCompressedSize = mTotCompressedSize,
288288
&totalUncompressedSize = mTotUncompressedSize]() -> arrow::Future<std::shared_ptr<arrow::RecordBatch>> {
289289
O2_SIGNPOST_ID_FROM_POINTER(tid, root_arrow_fs, treeFragment->GetTree());
290-
O2_SIGNPOST_START(root_arrow_fs, tid, "Generator", "Creating batch for tree %{public}s",treeFragment->GetTree()->GetName());
290+
O2_SIGNPOST_START(root_arrow_fs, tid, "Generator", "Creating batch for tree %{public}s", treeFragment->GetTree()->GetName());
291291
std::vector<std::shared_ptr<arrow::Array>> columns;
292292
std::vector<std::shared_ptr<arrow::Field>> fields = dataset_schema->fields();
293293
auto physical_schema = *treeFragment->ReadPhysicalSchema();

0 commit comments

Comments
 (0)