Skip to content

Commit a494ffa

Browse files
committed
format
1 parent fd8a34e commit a494ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/src/PostProcessingConfig.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PostProcessingConfig::PostProcessingConfig(const std::string& id, const boost::p
4141
{
4242
// if available, use the source repo as defined in the postprocessing task, otherwise the general QCDB
4343
auto sourceRepo = config.get_child_optional("qc.postprocessing." + id + ".sourceRepo");
44-
auto databasePath = sourceRepo? "qc.postprocessing." + id + ".sourceRepo" : "qc.config.database";
44+
auto databasePath = sourceRepo ? "qc.postprocessing." + id + ".sourceRepo" : "qc.config.database";
4545
qcdbUrl = config.get<std::string>(databasePath + ".implementation") == "CCDB" ? config.get<std::string>(databasePath + ".host") : "";
4646

4747
for (const auto& initTrigger : config.get_child("qc.postprocessing." + id + ".initTrigger")) {

0 commit comments

Comments
 (0)