Skip to content

ClusterConversionUtilities : fix clang-tidy [performance-unnecessary-copy-initialization]

Christos Anastopoulos requested to merge ATLAS-EGamma/athena:clang_tidy_II into main

fix clang-tidy warnings : variable copy-constructed from a const reference but is only used as const reference; consider making it a const reference [performance-unnecessary-copy-initialization]

Merge request reports