Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 19, 2024
1 parent 9097d59 commit b0db6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4Reco/Overlay/components/OverlayTiming.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
struct EventHolder {
std::vector<std::vector<std::string>> m_fileNames;
std::vector<podio::Reader> m_rootFileReaders;
std::vector<size_t> m_totalNumberOfEvents;
std::vector<size_t> m_totalNumberOfEvents;
std::map<int, podio::Frame> m_events;

std::vector<size_t> m_nextEntry;
Expand Down

0 comments on commit b0db6fc

Please sign in to comment.