Skip to content

Commit 5ef96b6

Browse files
committed
Fix linter
1 parent c84f1c8 commit 5ef96b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ struct HfTaskFlowCharmHadrons {
203203
ConfigurableAxis thnConfigAxisResoFV0aTPCtot{"thnConfigAxisResoFV0aTPCtot", {160, -8, 8}, ""};
204204
ConfigurableAxis thnConfigAxisCandidateEta{"thnConfigAxisCandidateEta", {100, -5, 5}, ""};
205205
ConfigurableAxis thnConfigAxisSign{"thnConfigAxisSign", {6, -3.0, 3.0}, ""};
206-
ConfigurableAxis thnConfigAxisRedQVec = ConfigurableAxis{"thnConfigAxisRedQVec", {1000, 0, 100}, ""};
206+
ConfigurableAxis thnConfigAxisRedQVec{"thnConfigAxisRedQVec", {1000, 0, 100}, ""};
207207

208208
HistogramRegistry registry{"registry", {}};
209209

0 commit comments

Comments
 (0)