Skip to content

Commit

Permalink
Remove superfluous semicolon at the end of namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Jul 21, 2020
1 parent ac739f6 commit 4e50115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/ParameterSetReader/interface/ParameterSetReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ namespace edm {

std::unique_ptr<edm::ParameterSet> readPSetsFrom(std::string const& fileOrString);

}; // namespace edm
} // namespace edm
#endif

0 comments on commit 4e50115

Please sign in to comment.