Skip to content

Commit b056384

Browse files
committed
Please consider the following formatting changes
1 parent aa50624 commit b056384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/QC/mcParticlePrediction.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const char* estimatorNames[nEstimators] = {"FT0A",
6565
"ZPC"};
6666

6767
std::array<std::array<std::shared_ptr<TH2>, o2::pwglf::PIDExtended::NIDsTot>, nEstimators> hpt;
68-
std::array<std::array<std::shared_ptr<TH1>, o2::pwglf::PIDExtended::NIDsTot, nEstimators> hyield;
68+
std::array < std::array<std::shared_ptr<TH1>, o2::pwglf::PIDExtended::NIDsTot, nEstimators> hyield;
6969

7070
struct mcParticlePrediction {
7171

0 commit comments

Comments
 (0)