summaryrefslogtreecommitdiff
path: root/redfish-core/lib/managers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/managers.hpp')
-rw-r--r--redfish-core/lib/managers.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/redfish-core/lib/managers.hpp b/redfish-core/lib/managers.hpp
index 8a74ed2c75..756c75faf8 100644
--- a/redfish-core/lib/managers.hpp
+++ b/redfish-core/lib/managers.hpp
@@ -22,10 +22,11 @@
#include <boost/algorithm/string/replace.hpp>
#include <boost/date_time.hpp>
#include <dbus_utility.hpp>
-#include <memory>
-#include <sstream>
#include <utils/fw_utils.hpp>
#include <utils/systemd_utils.hpp>
+
+#include <memory>
+#include <sstream>
#include <variant>
namespace redfish
@@ -1067,8 +1068,7 @@ struct GetPIDValues : std::enable_shared_from_this<GetPIDValues>
GetPIDValues(const std::shared_ptr<AsyncResp>& asyncResp) :
asyncResp(asyncResp)
- {
- }
+ {}
void run()
{