Skip to content

Commit 42a4fca

Browse files
committed
clang format test
1 parent b61ba47 commit 42a4fca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tree/dataframe/test/dataframe_utils.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,7 @@ TEST(RDataFrameUtils, GetClusterRanges)
248248
{
249249
ROOT::RDF::RSnapshotOptions opts;
250250
opts.fAutoFlush = clusterSize;
251-
ROOT::RDataFrame(nEntries)
252-
.Define("i", "rdfentry_")
253-
.Snapshot("t", fname, {"i"}, opts);
251+
ROOT::RDataFrame(nEntries).Define("i", "rdfentry_").Snapshot("t", fname, {"i"}, opts);
254252
}
255253

256254
ROOT::RDataFrame df("t", fname);

0 commit comments

Comments
 (0)