Skip to content

Commit

Permalink
did scram build code-checks, to apply code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
swagata87 committed Mar 2, 2018
1 parent 01f8919 commit b20ba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Muon/plugins/HLTScoutingTrackProducer.cc
Expand Up @@ -34,7 +34,7 @@ class HLTScoutingTrackProducer : public edm::global::EDProducer<> {

public:
explicit HLTScoutingTrackProducer(const edm::ParameterSet&);
~HLTScoutingTrackProducer();
~HLTScoutingTrackProducer() override;

static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);

Expand Down

0 comments on commit b20ba00

Please sign in to comment.