Skip to content

Commit a51423a

Browse files
committed
more const
1 parent 401d619 commit a51423a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/CCDBSupport/src/AnalysisCCDBHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ AlgorithmSpec AnalysisCCDBHelpers::fetchFromCCDB(ConfigContext const& /*ctx*/)
168168
auto reserveSize = timestampColumn->length();
169169
O2_SIGNPOST_EVENT_EMIT_INFO(ccdb, sid, "fetchFromAnalysisCCDB",
170170
"There are %zu bindings available", bindings.size());
171-
for (auto& binding : bindings) {
171+
for (auto const& binding : bindings) {
172172
O2_SIGNPOST_EVENT_EMIT_INFO(ccdb, sid, "fetchFromAnalysisCCDB",
173173
"* %{public}s: %d",
174174
binding.first.c_str(), binding.second);

0 commit comments

Comments
 (0)