Skip to content

Commit bafc796

Browse files
committed
Please consider the following formatting changes
1 parent 2b7c01b commit bafc796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ struct HfElectronSelectionWithTpcEmcal {
288288
int pdgE1 = kElectron;
289289
int pdgE2 = kElectron;
290290
if (electron.sign() > 0) {
291-
pdgE1 = kPositron;
291+
pdgE1 = kPositron;
292292
}
293293

294294
if (pTrack.sign() > 0) {

0 commit comments

Comments
 (0)