summaryrefslogtreecommitdiff
path: root/include/google/google_service_root.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/google/google_service_root.hpp')
-rw-r--r--include/google/google_service_root.hpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/google/google_service_root.hpp b/include/google/google_service_root.hpp
index 441ddcf509..b43a8a5ab9 100644
--- a/include/google/google_service_root.hpp
+++ b/include/google/google_service_root.hpp
@@ -62,12 +62,11 @@ inline void resolveRoT(const std::string& command,
const std::string& rotId,
ResolvedEntityHandler&& entityHandler)
{
- auto validateFunc = [command, asyncResp, rotId,
- entityHandler{std::forward<ResolvedEntityHandler>(
- entityHandler)}](
- const boost::system::error_code ec,
- const dbus::utility::MapperGetSubTreeResponse&
- subtree) {
+ auto validateFunc =
+ [command, asyncResp, rotId,
+ entityHandler{std::forward<ResolvedEntityHandler>(entityHandler)}](
+ const boost::system::error_code ec,
+ const dbus::utility::MapperGetSubTreeResponse& subtree) {
if (ec)
{
redfish::messages::internalError(asyncResp->res);