Skip to content

Commit 107f4a9

Browse files
committed
Please consider the following formatting changes
1 parent 3d019d3 commit 107f4a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Framework/AnalysisSupport/src/Plugin.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ struct RunSummary : o2::framework::ServicePlugin {
8282
}
8383
}
8484
for (size_t li = 0; li < metrics.metricLabels.size(); ++li) {
85-
MetricLabel const&label = metrics.metricLabels[li];
85+
MetricLabel const& label = metrics.metricLabels[li];
8686
if (strcmp(label.label, "aod-file-open-info") != 0) {
8787
continue;
8888
}
89-
MetricInfo const&metric = metrics.metrics[li];
90-
auto &files = metrics.stringMetrics[metric.storeIdx];
89+
MetricInfo const& metric = metrics.metrics[li];
90+
auto& files = metrics.stringMetrics[metric.storeIdx];
9191
if (metric.filledMetrics) {
9292
LOGP(info, "### Files opened stats ###");
9393
}

0 commit comments

Comments
 (0)