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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/google/google_service_root.hpp b/include/google/google_service_root.hpp
index bb51490e9d..9dd2405738 100644
--- a/include/google/google_service_root.hpp
+++ b/include/google/google_service_root.hpp
@@ -110,7 +110,7 @@ inline void resolveRoT(const std::string& command,
const dbus::utility::MapperGetSubTreeResponse& subtree) {
hothGetSubtreeCallback(command, asyncResp, rotId, entityHandler, ec,
subtree);
- });
+ });
}
inline void populateRootOfTrustEntity(
@@ -181,7 +181,7 @@ inline void
[asyncResp{asyncResp}](const boost::system::error_code& ec,
const std::vector<uint8_t>& responseBytes) {
invocationCallback(asyncResp, ec, responseBytes);
- },
+ },
resolvedEntity.service, resolvedEntity.object, resolvedEntity.interface,
"SendHostCommand", bytes);
}