Skip to content

Commit 1754ba6

Browse files
committed
fix linter
1 parent 538bbca commit 1754ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Strangeness/lambdaTwoPartPolarization.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct lambdaTwoPartPolarization {
7474
std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count(),
7575
"Latest acceptable timestamp of creation for the object"};
7676
} cfgCcdbParam;
77-
Service<o2::ccdb::BasicCCDBManager> ccdb = nullptr;
77+
Service<o2::ccdb::BasicCCDBManager> ccdb{};
7878
o2::ccdb::CcdbApi ccdbApi;
7979

8080
Configurable<float> cfgCentSel{"cfgCentSel", 100., "Centrality selection"};

0 commit comments

Comments
 (0)