Skip to content

Commit ae2bdd0

Browse files
committed
Remove space
1 parent e58d308 commit ae2bdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/PhotonMeson/Tasks/pcmQC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ struct PCMQC {
483483
using FilteredMyCollisions = soa::Filtered<MyCollisions>;
484484

485485
template <typename TV0Photon>
486-
void process(FilteredMyCollisions const& collisions, TV0Photon const& v0photons, aod::V0Legs const& )
486+
void process(FilteredMyCollisions const& collisions, TV0Photon const& v0photons, aod::V0Legs const&)
487487
{
488488
for (const auto& collision : collisions) {
489489
initCCDB(collision);

0 commit comments

Comments
 (0)