Skip to content

Commit

Permalink
Applying code-check patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kaspar committed Aug 17, 2020
1 parent 429c6a9 commit 4704033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondTools/RunInfo/plugins/XangleBetaStarFilter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class XangleBetaStarFilter : public edm::EDFilter {
double beta_star_min_;
double beta_star_max_;

virtual bool filter(edm::Event &, const edm::EventSetup &) override;
bool filter(edm::Event &, const edm::EventSetup &) override;
};

//----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4704033

Please sign in to comment.