summaryrefslogtreecommitdiff
path: root/redfish-core/include/utils/sw_utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/utils/sw_utils.hpp')
-rw-r--r--redfish-core/include/utils/sw_utils.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/redfish-core/include/utils/sw_utils.hpp b/redfish-core/include/utils/sw_utils.hpp
index 4e1e066b3c..8a715e673f 100644
--- a/redfish-core/include/utils/sw_utils.hpp
+++ b/redfish-core/include/utils/sw_utils.hpp
@@ -223,10 +223,10 @@ inline void populateSoftwareInformation(
asyncResp->res.jsonValue[activeVersionPropName] =
*version;
}
- });
+ });
}
- });
});
+ });
}
/**
@@ -337,7 +337,7 @@ inline void getSwStatus(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
getRedfishSwState(*swInvActivation);
asyncResp->res.jsonValue["Status"]["Health"] =
getRedfishSwHealth(*swInvActivation);
- });
+ });
}
/**
@@ -373,7 +373,7 @@ inline void
asyncResp->res.jsonValue["Updateable"] = true;
return;
}
- });
+ });
}
} // namespace sw_util