From 0e0cf2c2282e2d5ca75b11f6bedf1bd84b9f51d4 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Tue, 21 Jul 2015 17:53:59 -0700 Subject: [PATCH] gofmt -w --- benchmark/benchmark_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark_test.go b/benchmark/benchmark_test.go index 79d7b0d1..c3b4281d 100644 --- a/benchmark/benchmark_test.go +++ b/benchmark/benchmark_test.go @@ -7,8 +7,8 @@ import ( "time" "golang.org/x/net/context" - testpb "google.golang.org/grpc/benchmark/grpc_testing" "google.golang.org/grpc" + testpb "google.golang.org/grpc/benchmark/grpc_testing" "google.golang.org/grpc/benchmark/stats" "google.golang.org/grpc/grpclog" )