Skip to content

Commit

Permalink
Please consider the following formatting changes (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored May 2, 2024
1 parent b0658b4 commit 13cd401
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Common/Tasks/centralityStudy.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ struct centralityStudy {
histos.fill(HIST("hNITSOnlyTracksVsCentrality"), collision.centFT0C(), collision.multNTracksITSOnly());
histos.fill(HIST("hNGlobalTracksVsCentrality"), collision.centFT0C(), collision.multNTracksGlobal());
histos.fill(HIST("hPVChi2VsCentrality"), collision.centFT0C(), collision.multPVChi2());

}
}

Expand Down

0 comments on commit 13cd401

Please sign in to comment.