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

Merge branch 'cppcheck.xAODRootAccess-20240108' into 'main'

xAODRootAccess: Fix cppcheck warning.

See merge request atlas/athena!68063
parents 902872bc 96a908cd
1 merge request!68063xAODRootAccess: Fix cppcheck warning.
......@@ -27,7 +27,9 @@ namespace xAOD {
XAOD_MESSAGE( "No collection proxy found for type %s" ),
cl->GetName() );
}
m_proxy->PushProxy( m_vec );
else {
m_proxy->PushProxy( m_vec );
}
// Make sure the object is of the right size:
this->resize( size );
......
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