summaryrefslogtreecommitdiff
path: root/redfish-core/lib/health.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/health.hpp')
-rw-r--r--redfish-core/lib/health.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/redfish-core/lib/health.hpp b/redfish-core/lib/health.hpp
index 0c35cb5ff7..6e0d3349bd 100644
--- a/redfish-core/lib/health.hpp
+++ b/redfish-core/lib/health.hpp
@@ -206,7 +206,7 @@ struct HealthPopulate : std::enable_shared_from_this<HealthPopulate>
return;
}
self->globalInventoryPath = resp[0];
- });
+ });
}
void getAllStatusAssociations()
@@ -232,7 +232,7 @@ struct HealthPopulate : std::enable_shared_from_this<HealthPopulate>
}
it = self->statuses.erase(it);
}
- });
+ });
}
std::shared_ptr<bmcweb::AsyncResp> asyncResp;