Automated change: Fix sanity tests
diff --git a/test/cpp/end2end/interceptors_util.h b/test/cpp/end2end/interceptors_util.h
index 1931fd8..a2e096e 100644
--- a/test/cpp/end2end/interceptors_util.h
+++ b/test/cpp/end2end/interceptors_util.h
@@ -19,15 +19,17 @@
#ifndef GRPC_TEST_CPP_END2END_INTERCEPTORS_UTIL_H
#define GRPC_TEST_CPP_END2END_INTERCEPTORS_UTIL_H
-#include <grpcpp/channel.h>
+#include <condition_variable>
+
#include <gtest/gtest.h>
-#include <condition_variable>
+#include "absl/strings/str_format.h"
+
+#include <grpcpp/channel.h>
#include "src/core/lib/gprpp/crash.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/cpp/util/string_ref_helper.h"
-#include "absl/strings/str_format.h"
namespace grpc {
namespace testing {