summaryrefslogtreecommitdiff
path: root/redfish-core/lib/thermal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/thermal.hpp')
-rw-r--r--redfish-core/lib/thermal.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/redfish-core/lib/thermal.hpp b/redfish-core/lib/thermal.hpp
index cc548e17d0..9d057f2cb8 100644
--- a/redfish-core/lib/thermal.hpp
+++ b/redfish-core/lib/thermal.hpp
@@ -42,7 +42,7 @@ inline void requestRoutesThermal(App& app)
// TODO Need to get Chassis Redundancy information.
getChassisData(sensorAsyncResp);
- });
+ });
BMCWEB_ROUTE(app, "/redfish/v1/Chassis/<str>/Thermal/")
.privileges(redfish::privileges::patchThermal)
@@ -86,7 +86,7 @@ inline void requestRoutesThermal(App& app)
allCollections.emplace("Fans", *std::move(fanCollections));
}
setSensorsOverride(sensorsAsyncResp, allCollections);
- });
+ });
}
} // namespace redfish