From d0f84b246ac9a5303f5d1b3d186e03d797ffd47f Mon Sep 17 00:00:00 2001 From: Jan de Cuveland <cuveland@compeng.uni-frankfurt.de> Date: Sun, 12 May 2024 00:37:33 +0200 Subject: [PATCH] Apply patch to make FormatCheck happy --- reco/app/cbmreco/main.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reco/app/cbmreco/main.cxx b/reco/app/cbmreco/main.cxx index d5283904f4..1c065bff8a 100644 --- a/reco/app/cbmreco/main.cxx +++ b/reco/app/cbmreco/main.cxx @@ -201,7 +201,8 @@ int main(int argc, char** argv) if (opts.ReleaseMode()) { ts = std::make_unique<fles::StorableTimeslice>(*timeslice); timeslice.reset(); - } else { + } + else { ts = std::move(timeslice); } -- GitLab