diff --git a/FWCore/Framework/interface/GenericProduct.h b/FWCore/Framework/interface/GenericProduct.h index 77eb021dd6a..e86e2b3a694 100644 --- a/FWCore/Framework/interface/GenericProduct.h +++ b/FWCore/Framework/interface/GenericProduct.h @@ -25,7 +25,8 @@ namespace edm { // specialise Event::putImpl for GenericProduct template <> - inline OrphanHandle Event::putImpl(EDPutToken::value_type index, std::unique_ptr product) { + inline OrphanHandle Event::putImpl(EDPutToken::value_type index, + std::unique_ptr product) { /* TODO implement for ObjectWithDict // The following will call post_insert if T has such a function, // and do nothing if T has no such function.