Skip to content

Commit 426059f

Browse files
committed
Fix code checker issue
1 parent 93ff0dc commit 426059f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/postprocessing/studies/src/PIDStudy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class PIDStudy : public Task
9191
std::shared_ptr<o2::base::GRPGeomRequest> gr,
9292
bool isMC,
9393
std::shared_ptr<o2::steer::MCKinematicsReader> kineReader) : mDataRequest{dr}, mGGCCDBRequest(gr), mUseMC(isMC), mKineReader(kineReader){};
94-
~PIDStudy() final = default;
94+
~PIDStudy() override = default;
9595
void init(InitContext& ic) final;
9696
void run(ProcessingContext&) final;
9797
void endOfStream(EndOfStreamContext&) final;

0 commit comments

Comments
 (0)