Skip to content
Snippets Groups Projects
Commit 98d77cb5 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cppcheck.ISF_ActsTools-20221203' into 'master'

ISF_ActsTools: Fix cppcheck warning.

See merge request !58960
parents 2bbfe919 080c1317
No related branches found
No related tags found
4 merge requests!59674InDetPerformanceMonitoring with LumiBlock selection,!59383cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.,!58990Draft:Fixing bug in FTF config when running with Reco_tf,!58960ISF_ActsTools: Fix cppcheck warning.
......@@ -159,8 +159,7 @@ class ActsFatrasSimTool : public BaseSimulatorTool {
if (not result.ok()) {
return result.error();
}
auto &value = result.value().template get<Result>();
return std::move(value);
return result.value().template get<Result>();
}
};// end of SingleParticleSimulation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment