Skip to content

Commit 02cfb96

Browse files
author
Victor Gonzalez
committed
Fixing not disabling linter properly
1 parent 41fd93c commit 02cfb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/particleOriginAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ using namespace o2::analysis::dptdptfilter;
5757
/// PDG codes above this threshold correspond to hadrons (mesons and baryons).
5858
/// Below are quarks (1-6), leptons (11-16), gauge bosons (21-25), and
5959
/// special/internal generator codes.
60-
static constexpr int KPdgHadronThreshold = 100; // o2-linter: disable=pdg/explicit-code(not a PDG code)
60+
static constexpr int KPdgHadronThreshold = 100; // o2-linter: disable=pdg/explicit-code (not a PDG code)
6161

6262
/// the prompt origin label
6363
static constexpr std::string PromptStr = "prompt";

0 commit comments

Comments
 (0)