Update .clang-format to latest version from docs

Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Change-Id: Ie6e7f43e7554429704dca86b21320c90aed18791
diff --git a/tools/power-utils/updater.hpp b/tools/power-utils/updater.hpp
index f22f663..fae9d24 100644
--- a/tools/power-utils/updater.hpp
+++ b/tools/power-utils/updater.hpp
@@ -17,8 +17,9 @@
 
 #include "i2c_interface.hpp"
 
-#include <filesystem>
 #include <sdbusplus/bus.hpp>
+
+#include <filesystem>
 #include <string>
 
 class TestUpdater;