Skip to content

Commit

Permalink
code checks (I did code-format before commit but forgot code-checks)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Riley authored and Dan Riley committed Jan 8, 2023
1 parent 6b205ac commit bb07499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/Services/plugins/CPU.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace edm {
class CPU : public CPUServiceBase {
public:
CPU(ParameterSet const &, ActivityRegistry &);
~CPU() = default;
~CPU() override = default;

static void fillDescriptions(ConfigurationDescriptions &descriptions);

Expand Down

0 comments on commit bb07499

Please sign in to comment.