Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 26, 2024
1 parent 7b390f7 commit 2df9679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions k4MarlinWrapper/k4MarlinWrapper/LcioEventAlgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ class LcioEvent : public Gaudi::Algorithm {
private:
Gaudi::Property<std::vector<std::string>> m_fileNames{this, "Files", {}};
MT::LCReader* m_reader = nullptr;
bool isReEntrant() const override { return false; }

bool isReEntrant() const override { return false; }
};

#endif
2 changes: 1 addition & 1 deletion k4MarlinWrapper/src/components/LcioEventAlgo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/

#include "k4MarlinWrapper/LcioEventAlgo.h"
#include "k4MarlinWrapper/util/k4MarlinWrapperUtil.h"
#include "k4MarlinWrapper/LCEventWrapper.h"
#include "k4MarlinWrapper/util/k4MarlinWrapperUtil.h"

DECLARE_COMPONENT(LcioEvent)

Expand Down

0 comments on commit 2df9679

Please sign in to comment.