Skip to content

Commit ef3a24c

Browse files
committed
Please consider the following formatting changes
1 parent a4f377e commit ef3a24c

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
@@ -77,12 +77,12 @@ struct RunSummary : o2::framework::ServicePlugin {
7777
}
7878
}
7979
for (size_t li = 0; li < metrics.metricLabels.size(); ++li) {
80-
MetricLabel const&label = metrics.metricLabels[li];
80+
MetricLabel const& label = metrics.metricLabels[li];
8181
if (strcmp(label.label, "aod-file-open-info") != 0) {
8282
continue;
8383
}
84-
MetricInfo const&metric = metrics.metrics[li];
85-
auto &files = metrics.stringMetrics[metric.storeIdx];
84+
MetricInfo const& metric = metrics.metrics[li];
85+
auto& files = metrics.stringMetrics[metric.storeIdx];
8686
if (metric.filledMetrics) {
8787
LOGP(info, "### Files opened stats ###");
8888
}

0 commit comments

Comments
 (0)