From 310ca08496121aa6e62d33da072766f8e60bce44 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Tue, 19 Apr 2016 15:56:17 -0700 Subject: [PATCH] gofmt -w --- server.go | 2 +- test/end2end_test.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/server.go b/server.go index 995dcaea..f7e674c7 100644 --- a/server.go +++ b/server.go @@ -99,7 +99,7 @@ type options struct { codec Codec cp Compressor dc Decompressor - unaryInt UnaryServerInterceptor + unaryInt UnaryServerInterceptor maxConcurrentStreams uint32 useHandlerImpl bool // use http.Handler-based server } diff --git a/test/end2end_test.go b/test/end2end_test.go index 73befc2f..09b786d3 100644 --- a/test/end2end_test.go +++ b/test/end2end_test.go @@ -1688,7 +1688,6 @@ func testCompressOK(t *testing.T, e env) { } } - func TestUnaryServerInterceptor(t *testing.T) { defer leakCheck(t)() for _, e := range listTestEnv() {