Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 22, 2024
1 parent da92408 commit 533118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ROOTRNTupleWriter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void ROOTRNTupleWriter::writeFrame(const podio::Frame& frame, const std::string&
}

void ROOTRNTupleWriter::writeFrame(const podio::Frame& frame, const std::string& category,
const std::vector<std::string>& collsToWrite) {
const std::vector<std::string>& collsToWrite) {
auto& catInfo = getCategoryInfo(category);

// Use the writer as proxy to check whether this category has been initialized
Expand Down

0 comments on commit 533118c

Please sign in to comment.