Skip to content

Commit 2f77bc3

Browse files
committed
Please consider the following formatting changes
1 parent 260bf0d commit 2f77bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/TableTreeHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ void TreeToTable::setLabel(const char* label)
533533
mTableLabel = label;
534534
}
535535

536-
void TreeToTable::fill(TTree*tree)
536+
void TreeToTable::fill(TTree* tree)
537537
{
538538
std::vector<std::shared_ptr<arrow::ChunkedArray>> columns;
539539
std::vector<std::shared_ptr<arrow::Field>> fields;

0 commit comments

Comments
 (0)