Skip to content

Commit e1c2761

Browse files
authored
Merge pull request #27 from alibuild/alibot-cleanup-16523
Please consider the following formatting changes to #16523
2 parents 30456b8 + e07e91c commit e1c2761

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)