summaryrefslogtreecommitdiff
path: root/redfish-core/lib/metric_report.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/metric_report.hpp')
-rw-r--r--redfish-core/lib/metric_report.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/redfish-core/lib/metric_report.hpp b/redfish-core/lib/metric_report.hpp
index 7543186bc1..3eb692776c 100644
--- a/redfish-core/lib/metric_report.hpp
+++ b/redfish-core/lib/metric_report.hpp
@@ -82,7 +82,7 @@ inline void requestRoutesMetricReportCollection(App& app)
boost::urls::url("/redfish/v1/TelemetryService/MetricReports"),
interfaces,
"/xyz/openbmc_project/Telemetry/Reports/TelemetryService");
- });
+ });
}
inline void requestRoutesMetricReport(App& app)
@@ -126,10 +126,10 @@ inline void requestRoutesMetricReport(App& app)
}
telemetry::fillReport(asyncResp->res.jsonValue, id, ret);
- });
- },
+ });
+ },
telemetry::service, reportPath, telemetry::reportInterface,
"Update");
- });
+ });
}
} // namespace redfish