update clang-format

Change-Id: If3508ffd09d7bd11fbf13bf449cc3c39efea90bb
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/flash_hashfinish_unittest.cpp b/test/flash_hashfinish_unittest.cpp
index 2d5e5b0..3bc36b4 100644
--- a/test/flash_hashfinish_unittest.cpp
+++ b/test/flash_hashfinish_unittest.cpp
@@ -2,11 +2,12 @@
 
 #include <cstdio>
 #include <cstring>
-#include <gtest/gtest.h>
 #include <sdbusplus/test/sdbus_mock.hpp>
 #include <string>
 #include <vector>
 
+#include <gtest/gtest.h>
+
 #define THIRTYTWO_MIB 33554432
 
 class FlashIpmiHashDataTest : public ::testing::Test