Skip to content

Commit aa30f27

Browse files
committed
Please consider the following formatting changes
1 parent 9ad91c2 commit aa30f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/mftMchMatcher.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ struct mftMchMatcher {
399399
ccdbManager->get<TGeoManager>(geoPath);
400400
}
401401

402-
//int matchTypeMax = static_cast<int>(kMatchTypeUndefined);
402+
// int matchTypeMax = static_cast<int>(kMatchTypeUndefined);
403403
AxisSpec matchTypeAxis = {static_cast<int>(kMatchTypeUndefined), 0, static_cast<double>(kMatchTypeUndefined), ""};
404404
auto hMatchType = std::get<std::shared_ptr<TH1>>(registry.add("matchType", "Match type", {HistType::kTH1F, {matchTypeAxis}}));
405405
hMatchType->GetXaxis()->SetBinLabel(1, "true (leading)");

0 commit comments

Comments
 (0)