Skip to content

Commit

Permalink
Merge pull request #29879 from fwyzard/Apply_clang-format_CondFormats
Browse files Browse the repository at this point in the history
Apply code checks to the CondFormats packages
  • Loading branch information
cmsbuild committed May 19, 2020
2 parents 125c017 + 81648da commit 5aef21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CondFormats/Common/interface/IOVKeysDescription.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ namespace cond {
explicit IOVKeysDescription(std::vector<std::string> const& idict, std::string const& itag)
: dict_m(idict), m_tag(itag) {}

virtual ~IOVKeysDescription() {}
virtual IOVKeysDescription* clone() const { return new IOVKeysDescription(*this); }
~IOVKeysDescription() override {}
IOVKeysDescription* clone() const override { return new IOVKeysDescription(*this); }

// the associated "tag"
std::string const& tag() const { return m_tag; }
Expand Down

0 comments on commit 5aef21d

Please sign in to comment.