Skip to content

Commit da0a2b8

Browse files
committed
linter
1 parent e5c4d56 commit da0a2b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGJE/Tasks/jetSpectraEseTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,8 +1484,8 @@ struct JetSpectraEseTask {
14841484
registry.fill(HIST("eventQA/hRhoPhiCheck"), 0.5);
14851485
if (cfgRhoPhiPvalCriteria && cDF < 0.01) {
14861486
const float noFlow = 0.0f;
1487-
modulationFit->SetParameter(1, noFlow);
1488-
modulationFit->SetParameter(3, noFlow);
1487+
modulationFit->SetParameter(1, noFlow); // o2-linter: disable=magic-number
1488+
modulationFit->SetParameter(3, noFlow); // o2-linter: disable=magic-number
14891489
if constexpr (fillHist)
14901490
registry.fill(HIST("eventQA/hRhoPhiCheck"), 1.5);
14911491
}

0 commit comments

Comments
 (0)