Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored and andresailer committed Jul 22, 2024
1 parent cc9b4c3 commit d99f75b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DDCore/src/DetectorLoad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ DetectorLoad::~DetectorLoad() {

/// Process XML unit and adopt all data from source structure.
void DetectorLoad::processXML(const std::string& xmlfile, xml::UriReader* entity_resolver) {

try {
xml::DocumentHolder doc(xml::DocumentHandler().load(xmlfile,entity_resolver));
if ( doc ) {
Expand Down

0 comments on commit d99f75b

Please sign in to comment.