Skip to content

Commit a7c64d4

Browse files
committed
Please consider the following formatting changes
1 parent 9bd1d13 commit a7c64d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/TableProducer/zdcQVectors.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ struct ZdcQVectors {
10051005
registry.get<TProfile>(HIST("QA/before/ZNC_Qy_noEq"))->Fill(Form("%d", runnumber), qNoEq[3]);
10061006
}
10071007

1008-
if(cfgNoGain){
1008+
if (cfgNoGain) {
10091009
q = qNoEq;
10101010
}
10111011

0 commit comments

Comments
 (0)