update clang-format

Change-Id: If3508ffd09d7bd11fbf13bf449cc3c39efea90bb
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/updater_mock.hpp b/test/updater_mock.hpp
index 0fd6683..ce64a54 100644
--- a/test/updater_mock.hpp
+++ b/test/updater_mock.hpp
@@ -1,9 +1,10 @@
 #pragma once
 
-#include <gmock/gmock.h>
+#include "flash-ipmi.hpp"
+
 #include <vector>
 
-#include "flash-ipmi.hpp"
+#include <gmock/gmock.h>
 
 class UpdaterMock : public UpdateInterface
 {