Skip to content

Commit 16a8e58

Browse files
author
Maurice Coquet
committed
clang format
1 parent f3ad84f commit 16a8e58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ struct TableMakerMC {
12061206
VarManager::SetZShift((*fZShift)[0]);
12071207
} else {
12081208
LOG(fatal) << "Could not retrieve Z-shift value from CCDB";
1209-
}
1209+
}
12101210
} else {
12111211
VarManager::SetZShift(fConfigCCDB.fManualZShift.value);
12121212
}

PWGDQ/TableProducer/tableMaker_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ struct TableMaker {
15861586
VarManager::SetZShift((*fZShift)[0]);
15871587
} else {
15881588
LOG(fatal) << "Could not retrieve Z-shift value from CCDB";
1589-
}
1589+
}
15901590
} else {
15911591
VarManager::SetZShift(fConfigCCDB.fManualZShift.value);
15921592
}

0 commit comments

Comments
 (0)