Update clang format

Update to clang-format-10

Change-Id: I7fcab706fb384e5fcc07a06c42897a5ddbc4b511
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/tests/test_TachSensor.cpp b/tests/test_TachSensor.cpp
index 3e95aba..b28de93 100644
--- a/tests/test_TachSensor.cpp
+++ b/tests/test_TachSensor.cpp
@@ -1,9 +1,10 @@
 #include <TachSensor.hpp>
 #include <Thresholds.hpp>
 #include <dbus/connection.hpp>
-#include <fstream>
 #include <nlohmann/json.hpp>
 
+#include <fstream>
+
 #include "gtest/gtest.h"
 
 TEST(TachSensor, TestTachSensor)