Skip to content

Commit e07e91c

Browse files
committed
Please consider the following formatting changes
1 parent 30456b8 commit e07e91c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tasks/centralityQa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ struct CentralityQa {
450450
histos.fill(HIST("hBCSelection"), 3); // FV0OrA
451451
}
452452

453-
const float largeVertexZ = 100.0f;
453+
const float largeVertexZ = 100.0f;
454454
if (bcsel.selectVertexZwithT0 && bcsel.vertexZwithT0 < largeVertexZ) {
455455
if (bc.has_ft0()) {
456456
const auto& ft0 = bc.ft0();

0 commit comments

Comments
 (0)