commit | a3ca14a64c5523a3e5709e34e7bc49f341add1ee | [log] [tgz] |
---|---|---|
author | Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> | Wed Mar 27 17:02:24 2024 +0800 |
committer | Ed Tanous <ed@tanous.net> | Fri Apr 12 12:24:24 2024 -0700 |
tree | 9141aa01c8a20951d3016f23ba280615bfab326d | |
parent | baedb72fb42c1b214ad09a2c15fced084336aace [diff] [blame] |
Add clang tidy check Change-Id: I1c9f03e95aa0ca1977ddef84ea765222d2281b4f
diff --git a/src/entity_manager.hpp b/src/entity_manager.hpp index a4c7511..0fbef79 100644 --- a/src/entity_manager.hpp +++ b/src/entity_manager.hpp
@@ -72,7 +72,7 @@ void updateSystemConfiguration(const nlohmann::json& recordRef, const std::string& probeName, FoundDevices& foundDevices); - void run(void); + void run(); virtual ~PerformScan(); nlohmann::json& _systemConfiguration; nlohmann::json& _missingConfigurations;