Skip to content

Commit 383653b

Browse files
committed
Please consider the following formatting changes
1 parent 2265568 commit 383653b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ struct FlowZdcTask {
710710
}
711711
std::vector<float> pTs;
712712
std::vector<float> vecFD;
713-
std::vector<float> vecOneOverEff;
713+
std::vector<float> vecOneOverEff;
714714
auto efficiency = ccdb->getForTimeStamp<TH1F>(paTHEff.value, foundBC.timestamp());
715715
if (!efficiency) {
716716
return;

0 commit comments

Comments
 (0)