summaryrefslogtreecommitdiff
path: root/redfish-core/include/privileges.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/privileges.hpp')
-rw-r--r--redfish-core/include/privileges.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/redfish-core/include/privileges.hpp b/redfish-core/include/privileges.hpp
index 35f619b77a..0282f35ea3 100644
--- a/redfish-core/include/privileges.hpp
+++ b/redfish-core/include/privileges.hpp
@@ -17,10 +17,11 @@
#include <logging.h>
-#include <array>
-#include <bitset>
#include <boost/beast/http/verb.hpp>
#include <boost/container/flat_map.hpp>
+
+#include <array>
+#include <bitset>
#include <cstdint>
#include <vector>
@@ -211,8 +212,7 @@ class Privileges
private:
Privileges(const std::bitset<maxPrivilegeCount>& p) : privilegeBitset{p}
- {
- }
+ {}
std::bitset<maxPrivilegeCount> privilegeBitset = 0;
};