Skip to content

Commit

Permalink
scram build code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
bainbrid committed Apr 30, 2021
1 parent 395c5d7 commit 4911c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LowPtGsfElectronFinalizer::LowPtGsfElectronFinalizer(const edm::ParameterSet& cf
const edm::ParameterSet& iconf = cfg.getParameterSet("regressionConfig");
const std::string& mname = iconf.getParameter<std::string>("modifierName");
edm::ConsumesCollector&& cc = consumesCollector();
ModifyObjectValueBase* plugin = ModifyObjectValueFactory::get()->create(mname,iconf,cc);
ModifyObjectValueBase* plugin = ModifyObjectValueFactory::get()->create(mname, iconf, cc);
regression_.reset(plugin);
}

Expand Down

0 comments on commit 4911c44

Please sign in to comment.