Skip to content

Commit 7acc8c5

Browse files
MehkaanKhanvepadulano
authored andcommitted
[tutorial] Fix clang-format indentation
1 parent d7bcd98 commit 7acc8c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/analysis/dataframe/df041_alphanumericHistograms.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void df041_alphanumericHistograms()
6969
// ROOT::VecOps::RVec<char>. Converting it to a real std::string column
7070
// makes it fillable through the AlphaNumHist adapter above.
7171
auto df = df0.Define("NationStr", [](const ROOT::VecOps::RVec<char> &c) { return std::string(c.begin(), c.end()); },
72-
{"Nation"});
72+
{"Nation"});
7373

7474
AlphaNumHist model("hNation", "Staff by nation;Nation;Count");
7575
auto h = df.Fill<std::string>(model, {"NationStr"});

0 commit comments

Comments
 (0)