Skip to content

Commit 8296899

Browse files
authored
Merge pull request #26 from alibuild/alibot-cleanup-12855
Please consider the following formatting changes to #12855
2 parents 3843e8d + 4663255 commit 8296899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@ void o2::aod::dqhistograms::AddHistogramsFromJSON(HistogramManager* hm, const ch
22342234
std::vector<const char*> histClasses;
22352235
for (auto& v : hist.FindMember("histClass")->value.GetArray()) {
22362236
histClasses.push_back(v.GetString());
2237-
}
2237+
}
22382238
const char* title = hist.FindMember("title")->value.GetString();
22392239

22402240
if (isTHn) {

0 commit comments

Comments
 (0)