Skip to content

Commit

Permalink
Code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed May 26, 2023
1 parent 3416e81 commit 83f2ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimG4CMS/Calo/plugins/HGCalTestGuardRing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ HGCalTestGuardRing::HGCalTestGuardRing(const edm::ParameterSet& ps)
}
waferID_[id] = orient * 100 + part;
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("HGCalSim") << "HGCalTestGuardRing::Reads " << id << " Orientatoin:Partial " << orient <<
":" << part;
edm::LogVerbatim("HGCalSim") << "HGCalTestGuardRing::Reads " << id << " Orientatoin:Partial " << orient << ":"
<< part;
#endif
}
}
Expand Down

0 comments on commit 83f2ba7

Please sign in to comment.