Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy committed Nov 8, 2023
1 parent 519ebd4 commit e995b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Framework/include/QualityControl/runnerUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ std::string templateILDiscardFile(std::string& originalFile, framework::InitCont

uint64_t getCurrentTimestamp();

void initInfologger(framework::InitContext& iCtx, core::DiscardFileParameters infologgerDiscardParameters, std::string facility, std::string detectorName="");
void initInfologger(framework::InitContext& iCtx, core::DiscardFileParameters infologgerDiscardParameters, std::string facility, std::string detectorName = "");

} // namespace o2::quality_control::core

Expand Down
2 changes: 1 addition & 1 deletion Framework/src/runnerUtils.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void initInfologger(framework::InitContext& iCtx, core::DiscardFileParameters in
infologgerDiscardParameters,
il,
ilContext);
if(!detectorName.empty()) {
if (!detectorName.empty()) {
QcInfoLogger::setDetector(detectorName);
}
}
Expand Down

0 comments on commit e995b46

Please sign in to comment.