Skip to content

Commit f5b08ad

Browse files
authored
Please consider the following formatting changes (#6417)
1 parent 9414972 commit f5b08ad

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)