Skip to content

Commit 1d64adf

Browse files
authored
Merge pull request #44 from alibuild/alibot-cleanup-11971
[PWGEM] Please consider the following formatting changes to #11971
2 parents 8f826c9 + 8e86467 commit 1d64adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/TableProducer/skimmerOTS.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct skimmerOTS {
100100
void process(MyCollisions const& collisions, MyBCs const&)
101101
{
102102
for (auto& collision : collisions) {
103-
auto bc = collision.template bc_as<MyBCs>(); //don't use foundBC.
103+
auto bc = collision.template bc_as<MyBCs>(); // don't use foundBC.
104104
initCCDB(bc);
105105

106106
uint16_t trigger_bitmap = 0;

0 commit comments

Comments
 (0)