Update clang format
Update to clang-format-10
Change-Id: I7fcab706fb384e5fcc07a06c42897a5ddbc4b511
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/include/PSUSensor.hpp b/include/PSUSensor.hpp
index 811250d..b63e767 100644
--- a/include/PSUSensor.hpp
+++ b/include/PSUSensor.hpp
@@ -4,8 +4,9 @@
#include "Thresholds.hpp"
#include "sensor.hpp"
-#include <memory>
#include <sdbusplus/asio/object_server.hpp>
+
+#include <memory>
#include <string>
class PSUSensor : public Sensor, public std::enable_shared_from_this<PSUSensor>
@@ -44,8 +45,7 @@
PSUProperty(std::string name, double max, double min, unsigned int factor) :
labelTypeName(name), maxReading(max), minReading(min),
sensorScaleFactor(factor)
- {
- }
+ {}
~PSUProperty() = default;
std::string labelTypeName;