summaryrefslogtreecommitdiff
path: root/redfish-core/ut/lock_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/ut/lock_test.cpp')
-rw-r--r--redfish-core/ut/lock_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/redfish-core/ut/lock_test.cpp b/redfish-core/ut/lock_test.cpp
index 0ecd8a9248..08ba27aedb 100644
--- a/redfish-core/ut/lock_test.cpp
+++ b/redfish-core/ut/lock_test.cpp
@@ -1,9 +1,10 @@
#include "ibm/locks.hpp"
#include "nlohmann/json.hpp"
-#include <string>
#include <utils/json_utils.hpp>
+#include <string>
+
#include "gmock/gmock.h"
namespace crow
@@ -59,8 +60,7 @@ class LockTest : public ::testing::Test
{{"LockAll", 2}, {"DontLock", 4}}}};
}
~LockTest()
- {
- }
+ {}
};
class MockLock : public crow::ibm_mc_lock::Lock