summaryrefslogtreecommitdiff
path: root/redfish-core/lib/telemetry_service.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/telemetry_service.hpp')
-rw-r--r--redfish-core/lib/telemetry_service.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/telemetry_service.hpp b/redfish-core/lib/telemetry_service.hpp
index 42e66c9a0e..724e8aad27 100644
--- a/redfish-core/lib/telemetry_service.hpp
+++ b/redfish-core/lib/telemetry_service.hpp
@@ -87,7 +87,7 @@ inline void handleTelemetryServiceGet(
asyncResp->res.jsonValue["SupportedCollectionFunctions"] =
std::move(supportedCollectionFunctions);
- });
+ });
}
inline void requestRoutesTelemetryService(App& app)