Skip to content

Commit 7d73f87

Browse files
committed
Please consider the following formatting changes
1 parent ab5acc8 commit 7d73f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generators/include/Generators/NuclCoalescencePythia8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ bool coalPythia8(Pythia8::Event& event, int charge, int pdgCode, float mass, boo
106106
}
107107
}
108108
LOG(debug)
109-
"Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e();
109+
"Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e();
110110
return true;
111111
}
112112

0 commit comments

Comments
 (0)