Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Oct 24, 2019
1 parent ac06ba4 commit 892341d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DetectorDescription/DDCMS/interface/DDParsingContext.h
Expand Up @@ -61,8 +61,7 @@ namespace cms {
unresolvedShapes;

struct CompositeMaterial {
CompositeMaterial(const std::string& n, double f) : name(n), fraction(f) {
}
CompositeMaterial(const std::string& n, double f) : name(n), fraction(f) {}

const std::string name;
double fraction;
Expand Down

0 comments on commit 892341d

Please sign in to comment.