From d06410d931e94c8a9be4829974841114e9268087 Mon Sep 17 00:00:00 2001 From: Pengyuan Bian Date: Mon, 2 Jul 2018 18:16:20 -0700 Subject: [PATCH] format. --- src/istio/control/http/attributes_builder_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/istio/control/http/attributes_builder_test.cc b/src/istio/control/http/attributes_builder_test.cc index a8866075f91..44ff77fbc24 100644 --- a/src/istio/control/http/attributes_builder_test.cc +++ b/src/istio/control/http/attributes_builder_test.cc @@ -28,8 +28,8 @@ using ::google::protobuf::util::MessageDifferencer; using ::istio::mixer::v1::Attributes; using ::istio::mixer::v1::Attributes_StringMap; -using ::testing::_; using ::testing::Invoke; +using ::testing::_; namespace istio { namespace control {