Skip to content

Commit 36a4811

Browse files
committed
Fix linter.
1 parent a902c68 commit 36a4811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ struct HfCandidateCreatorSigmac0plusplus {
176176
LOG(info) << "### ITS hitmap for soft pion";
177177
LOG(info) << " >>> setSoftPiItsHitMap.size(): " << setSoftPiItsHitMap.size();
178178
LOG(info) << " >>> Custom ITS hitmap dfchecked: ";
179-
for (const auto it : setSoftPiItsHitMap) {
179+
for (const auto& it : setSoftPiItsHitMap) {
180180
LOG(info) << " Layer " << static_cast<int>(it) << " ";
181181
}
182182
LOG(info) << "############";

0 commit comments

Comments
 (0)