Update clang format

Update to clang-format-10

Change-Id: I7fcab706fb384e5fcc07a06c42897a5ddbc4b511
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/src/Thresholds.cpp b/src/Thresholds.cpp
index dd6b7ca..9e0066f 100644
--- a/src/Thresholds.cpp
+++ b/src/Thresholds.cpp
@@ -3,10 +3,11 @@
 #include "VariantVisitors.hpp"
 #include "sensor.hpp"
 
-#include <array>
 #include <boost/algorithm/string/replace.hpp>
 #include <boost/container/flat_map.hpp>
 #include <boost/lexical_cast.hpp>
+
+#include <array>
 #include <cmath>
 #include <fstream>
 #include <iostream>